Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
52
Edge Path_PopEdge(Path *p) {
53
return array_pop(p->edges);
54
}
55
56
size_t Path_NodeCount(const Path *p) {
57
return array_len(p->nodes);
Callers
4
SPpaths_next
Function · 0.85
SSpaths_next
Function · 0.85
_AllPathsCtx_NextPath
Function · 0.85
test_path
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_path
Function · 0.68