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

Function Edge_GetSrcNodeID

src/graph/entities/edge.c:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include "graph_entity.h"
14
15NodeID Edge_GetSrcNodeID
16(
17 const Edge *edge
18) {
19 ASSERT(edge);
20 return edge->src_id;
21}
22
23NodeID Edge_GetDestNodeID
24(

Callers 15

UndoLog_DeleteEdgeFunction · 0.85
_RdbSaveEdgeFunction · 0.85
Index_IndexEdgeFunction · 0.85
Index_RemoveEdgeFunction · 0.85
AR_SHORTEST_PATHFunction · 0.85
AR_STARTNODEFunction · 0.85
Graph_GetEdgeRelationFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_getEdgeFunction · 0.68