Explorar el Código

Merge pull request #461 from tmonk42/isNonNull

add graphite function isNonNull
Torkel Ödegaard hace 11 años
padre
commit
a3384d514f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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