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

Function Path_SetNode

src/datatypes/path/path.c:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Path_SetNode(Path *p, uint i, Node n) {
32 p->nodes[i] = n;
33}
34
35void Path_SetEdge(Path *p, uint i, Edge e) {
36 p->edges[i] = e;

Callers 2

test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_pathFunction · 0.68