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

Function SIPath_EdgeCount

src/datatypes/path/sipath.c:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92size_t SIPath_EdgeCount(SIValue p) {
93 Path *path = (Path *) p.ptrval;
94 return Path_EdgeCount(path);
95}
96
97XXH64_hash_t SIPath_HashCode(SIValue p) {
98 SIType t = SI_TYPE(p);

Callers

nothing calls this directly

Calls 1

Path_EdgeCountFunction · 0.85

Tested by

no test coverage detected