MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / SIPath_Length

Function SIPath_Length

src/datatypes/path/sipath.c:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82size_t SIPath_Length(SIValue p) {
83 Path *path = (Path *) p.ptrval;
84 return Path_Len(path);
85}
86
87size_t SIPath_NodeCount(SIValue p) {
88 Path *path = (Path *) p.ptrval;

Callers 5

AR_TOPATHFunction · 0.85
AR_PATH_LENGTHFunction · 0.85
SIPathBuilder_AppendPathFunction · 0.85
SIPath_ToListFunction · 0.85
SIPath_GetRelationshipFunction · 0.85

Calls 1

Path_LenFunction · 0.85

Tested by

no test coverage detected