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

Function SIPath_NodeCount

src/datatypes/path/sipath.c:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87size_t SIPath_NodeCount(SIValue p) {
88 Path *path = (Path *) p.ptrval;
89 return Path_NodeCount(path);
90}
91
92size_t SIPath_EdgeCount(SIValue p) {
93 Path *path = (Path *) p.ptrval;

Callers 8

_JsonEncoder_PathFunction · 0.85
SIPathBuilder_AppendPathFunction · 0.85
SIPath_ToListFunction · 0.85
SIPath_GetNodeFunction · 0.85
SIPath_LastFunction · 0.85
SIPath_HashCodeFunction · 0.85
SIPath_ToStringFunction · 0.85
SIPath_CompareFunction · 0.85

Calls 1

Path_NodeCountFunction · 0.85

Tested by

no test coverage detected