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

Function Path_AppendNode

src/datatypes/path/path.c:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void Path_AppendNode(Path *p, Node n) {
24 array_append(p->nodes, n);
25}
26
27void Path_AppendEdge(Path *p, Edge e) {
28 array_append(p->edges, e);

Callers 5

SPpaths_nextFunction · 0.85
SSpaths_nextFunction · 0.85
_AllPathsCtx_NextPathFunction · 0.85
SIPathBuilder_AppendNodeFunction · 0.85
test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pathFunction · 0.68