Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_EdgeCount
Function
Path_EdgeCount
src/datatypes/path/path.c:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
size_t Path_EdgeCount(const Path *p) {
61
return array_len(p->edges);
62
}
63
64
Node Path_Head(Path *p) {
65
return p->nodes[array_len(p->nodes) - 1];
Callers
10
_CollectDeletedEntities
Function · 0.85
SPpaths_next
Function · 0.85
SSpaths_next
Function · 0.85
_AllPathsCtx_NextPath
Function · 0.85
Path_GetEdge
Function · 0.85
Path_Len
Function · 0.85
SIPathBuilder_AppendEdge
Function · 0.85
SIPath_Relationships
Function · 0.85
SIPath_EdgeCount
Function · 0.85
test_path
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
1
test_path
Function · 0.68