Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIPath_Clone
Function
SIPath_Clone
src/datatypes/path/sipath.c:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
SIValue SIPath_Clone(SIValue p) {
22
return SIPath_New((Path *)p.ptrval);
23
}
24
25
SIValue SIPath_ToList(SIValue p) {
26
size_t nodeCount = SIPath_NodeCount(p);
Callers
1
SI_CloneValue
Function · 0.85
Calls
1
SIPath_New
Function · 0.85
Tested by
no test coverage detected