Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIPath_NodeCount
Function
SIPath_NodeCount
src/datatypes/path/sipath.c:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
size_t SIPath_NodeCount(SIValue p) {
88
Path *path = (Path *) p.ptrval;
89
return Path_NodeCount(path);
90
}
91
92
size_t SIPath_EdgeCount(SIValue p) {
93
Path *path = (Path *) p.ptrval;
Callers
8
_JsonEncoder_Path
Function · 0.85
SIPathBuilder_AppendPath
Function · 0.85
SIPath_ToList
Function · 0.85
SIPath_GetNode
Function · 0.85
SIPath_Last
Function · 0.85
SIPath_HashCode
Function · 0.85
SIPath_ToString
Function · 0.85
SIPath_Compare
Function · 0.85
Calls
1
Path_NodeCount
Function · 0.85
Tested by
no test coverage detected