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

Function Path_AppendEdge

src/datatypes/path/path.c:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void Path_AppendEdge(Path *p, Edge e) {
28 array_append(p->edges, e);
29}
30
31void Path_SetNode(Path *p, uint i, Node n) {
32 p->nodes[i] = n;

Callers 5

SPpaths_nextFunction · 0.85
SSpaths_nextFunction · 0.85
_AllPathsCtx_NextPathFunction · 0.85
SIPathBuilder_AppendEdgeFunction · 0.85
test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pathFunction · 0.68