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

Function Path_PopEdge

src/datatypes/path/path.c:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return array_pop(p->nodes);
51}
52Edge Path_PopEdge(Path *p) {
53 return array_pop(p->edges);
54}
55
56size_t Path_NodeCount(const Path *p) {
57 return array_len(p->nodes);

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