MCPcopy 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
74SIValue SIPath_Head(SIValue p) {
75 return SIPath_GetNode(p, 0);
76}
77
78SIValue SIPath_Last(SIValue p) {
79 return(SIPath_GetNode(p, SIPath_NodeCount(p) - 1));

Callers 1

SIPathBuilder_AppendPathFunction · 0.85

Calls 1

SIPath_GetNodeFunction · 0.85

Tested by

no test coverage detected