Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_NodeCount
Function
Path_NodeCount
src/datatypes/path/path.c:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
size_t Path_NodeCount(const Path *p) {
57
return array_len(p->nodes);
58
}
59
60
size_t Path_EdgeCount(const Path *p) {
61
return array_len(p->edges);
Callers
12
_CollectDeletedEntities
Function · 0.85
SPpaths_next
Function · 0.85
SSpaths_next
Function · 0.85
AllShortestPaths_NextPath
Function · 0.85
_AllPathsCtx_NextPath
Function · 0.85
Path_GetNode
Function · 0.85
Path_ContainsNode
Function · 0.85
SIPathBuilder_AppendEdge
Function · 0.85
SIPath_Nodes
Function · 0.85
SIPath_NodeCount
Function · 0.85
pathArrayContainsPath
Function · 0.85
test_path
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
3
AllShortestPaths_NextPath
Function · 0.68
pathArrayContainsPath
Function · 0.68
test_path
Function · 0.68