Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_Len
Function
Path_Len
src/datatypes/path/path.c:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
size_t Path_Len(const Path *p) {
69
return Path_EdgeCount(p);
70
}
71
72
bool Path_ContainsNode(const Path *p, Node *n) {
73
uint32_t pathDepth = Path_NodeCount(p);
Callers
11
path_cmp
Function · 0.85
SPpaths_single_minimal
Function · 0.85
SPpaths_k_minimal
Function · 0.85
path_cmp
Function · 0.85
SSpaths_single_minimal
Function · 0.85
SSpaths_k_minimal
Function · 0.85
SIPath_Length
Function · 0.85
test_longest_Paths
Function · 0.85
test_upToThreeLegsPaths
Function · 0.85
test_twoLegPaths
Function · 0.85
test_path
Function · 0.85
Calls
1
Path_EdgeCount
Function · 0.85
Tested by
4
test_longest_Paths
Function · 0.68
test_upToThreeLegsPaths
Function · 0.68
test_twoLegPaths
Function · 0.68
test_path
Function · 0.68