MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / AR_PATH_LENGTH

Function AR_PATH_LENGTH

src/arithmetic/path_funcs/path_funcs.c:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278SIValue AR_PATH_LENGTH(SIValue *argv, int argc, void *private_data) {
279 if(SI_TYPE(argv[0]) == T_NULL) return SI_NullVal();
280 return SI_LongVal(SIPath_Length(argv[0]));
281}
282
283void Register_PathFuncs() {
284 SIType *types;

Callers

nothing calls this directly

Calls 3

SI_NullValFunction · 0.85
SI_LongValFunction · 0.85
SIPath_LengthFunction · 0.85

Tested by

no test coverage detected