Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SI_Path
Function
SI_Path
src/value.c:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
SIValue SI_Path(void *p) {
76
Path *path = (Path *)p;
77
return SIPath_New(path);
78
}
79
80
SIValue SI_EmptyArray() {
81
return SIArray_New(0);
Callers
3
CondVarLenTraverseConsume
Function · 0.85
Proc_SPpathsStep
Function · 0.85
Proc_SSpathsStep
Function · 0.85
Calls
1
SIPath_New
Function · 0.85
Tested by
no test coverage detected