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

Function Edge_SetSrcNodeID

src/graph/entities/edge.c:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Edge_SetSrcNodeID
42(
43 Edge *e,
44 NodeID id
45) {
46 ASSERT(e);
47 e->src_id = id;
48}
49
50void Edge_SetDestNodeID
51(

Callers 4

ApplyDeleteEdgeFunction · 0.85
UpdateEdgePropertyFunction · 0.85
_CreateEdgesFunction · 0.85
_CreateEntitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected