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

Function Edge_SetDestNodeID

src/graph/entities/edge.c:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Edge_SetDestNodeID
51(
52 Edge *e,
53 NodeID id
54) {
55 ASSERT(e);
56 e->dest_id = id;
57}
58
59void Edge_SetRelationID
60(

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected