Explorar el Código

add graphite function isNonNull

Haneysmith, Nathan hace 11 años
padre
commit
b38f6e8062
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,
     category: categories.Combine,
   });
   });
 
 
+  addFuncDef({
+    name: 'isNonNull',
+    category: categories.Combine,
+  });
+
   addFuncDef({
   addFuncDef({
     name: 'rangeOfSeries',
     name: 'rangeOfSeries',
     category: categories.Combine
     category: categories.Combine