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

Function Path_SetEdge

src/datatypes/path/path.c:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void Path_SetEdge(Path *p, uint i, Edge e) {
36 p->edges[i] = e;
37}
38
39Node *Path_GetNode(const Path *p, int index) {
40 ASSERT(index >= 0 && index < Path_NodeCount(p));

Callers 2

test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_pathFunction · 0.68