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

Function Edge_SetRelationID

src/graph/entities/edge.c:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Edge_SetRelationID
60(
61 Edge *e,
62 RelationID relationID
63) {
64 ASSERT(e);
65 e->relationID = relationID;
66}
67
68void Edge_ToString
69(

Callers 3

ApplyDeleteEdgeFunction · 0.85
UpdateEdgePropertyFunction · 0.85
Graph_GetEdgeRelationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected