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

Function Edge_GetDestNodeID

src/graph/entities/edge.c:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23NodeID Edge_GetDestNodeID
24(
25 const Edge *edge
26) {
27 ASSERT(edge);
28 return edge->dest_id;
29}
30
31int Edge_GetRelationID
32(

Callers 15

UndoLog_DeleteEdgeFunction · 0.85
_RdbSaveEdgeFunction · 0.85
Index_IndexEdgeFunction · 0.85
Index_RemoveEdgeFunction · 0.85
AR_ENDNODEFunction · 0.85
Graph_GetEdgeRelationFunction · 0.85
Graph_DeleteEdgesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_getEdgeFunction · 0.68