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

Function Edge_GetRelationID

src/graph/entities/edge.c:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int Edge_GetRelationID
32(
33 const Edge *edge
34) {
35 ASSERT(edge);
36 ASSERT(edge->relationID != GRAPH_NO_RELATION);
37 ASSERT(edge->relationID != GRAPH_UNKNOWN_RELATION);
38 return edge->relationID;
39}
40
41void Edge_SetSrcNodeID
42(

Callers 15

_index_edgeFunction · 0.85
_index_delete_edgeFunction · 0.85
UndoLog_DeleteEdgeFunction · 0.85
AR_TYPEFunction · 0.85
_DeleteEdgeFromIndicesFunction · 0.85
_AddEdgeToIndicesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_getEdgeFunction · 0.68