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

Function Path_Clear

src/datatypes/path/path.c:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Path_Clear(Path *p) {
94 array_clear(p->nodes);
95 array_clear(p->edges);
96}
97
98void Path_Free(Path *p) {
99 array_free(p->nodes);

Callers 2

test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_pathFunction · 0.68