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

Function Path_PopNode

src/datatypes/path/path.c:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49Node Path_PopNode(Path *p) {
50 return array_pop(p->nodes);
51}
52Edge Path_PopEdge(Path *p) {
53 return array_pop(p->edges);
54}

Callers 4

SPpaths_nextFunction · 0.85
SSpaths_nextFunction · 0.85
_AllPathsCtx_NextPathFunction · 0.85
test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pathFunction · 0.68