Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIPath_Length
Function
SIPath_Length
src/datatypes/path/sipath.c:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
size_t SIPath_Length(SIValue p) {
83
Path *path = (Path *) p.ptrval;
84
return Path_Len(path);
85
}
86
87
size_t SIPath_NodeCount(SIValue p) {
88
Path *path = (Path *) p.ptrval;
Callers
5
AR_TOPATH
Function · 0.85
AR_PATH_LENGTH
Function · 0.85
SIPathBuilder_AppendPath
Function · 0.85
SIPath_ToList
Function · 0.85
SIPath_GetRelationship
Function · 0.85
Calls
1
Path_Len
Function · 0.85
Tested by
no test coverage detected