Selaa lähdekoodia

Merge pull request #461 from tmonk42/isNonNull

add graphite function isNonNull
Torkel Ödegaard 11 vuotta sitten
vanhempi
commit
a3384d514f
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/app/services/graphite/gfunc.js

+ 5 - 0
src/app/services/graphite/gfunc.js

@@ -69,6 +69,11 @@ function (_) {
     category: categories.Combine,
   });
 
+  addFuncDef({
+    name: 'isNonNull',
+    category: categories.Combine,
+  });
+
   addFuncDef({
     name: 'rangeOfSeries',
     category: categories.Combine