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

Function AR_PATH_NODES

src/arithmetic/path_funcs/path_funcs.c:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268SIValue AR_PATH_NODES(SIValue *argv, int argc, void *private_data) {
269 if(SI_TYPE(argv[0]) == T_NULL) return SI_NullVal();
270 return SIPath_Nodes(argv[0]);
271}
272
273SIValue AR_PATH_RELATIONSHIPS(SIValue *argv, int argc, void *private_data) {
274 if(SI_TYPE(argv[0]) == T_NULL) return SI_NullVal();

Callers

nothing calls this directly

Calls 2

SI_NullValFunction · 0.85
SIPath_NodesFunction · 0.85

Tested by

no test coverage detected