Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
Node Path_PopNode(Path *p) {
50
return array_pop(p->nodes);
51
}
52
Edge Path_PopEdge(Path *p) {
53
return array_pop(p->edges);
54
}
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