Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIPath_Head
Function
SIPath_Head
src/datatypes/path/sipath.c:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
SIValue SIPath_Head(SIValue p) {
75
return SIPath_GetNode(p, 0);
76
}
77
78
SIValue SIPath_Last(SIValue p) {
79
return(SIPath_GetNode(p, SIPath_NodeCount(p) - 1));
Callers
1
SIPathBuilder_AppendPath
Function · 0.85
Calls
1
SIPath_GetNode
Function · 0.85
Tested by
no test coverage detected