Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
NodeID Edge_GetSrcNodeID
16
(
17
const Edge *edge
18
) {
19
ASSERT(edge);
20
return edge->src_id;
21
}
22
23
NodeID Edge_GetDestNodeID
24
(
Callers
15
UndoLog_DeleteEdge
Function · 0.85
_ResultSet_VerboseReplyWithEdge
Function · 0.85
_ResultSet_CompactReplyWithEdge
Function · 0.85
_RdbSaveEdge
Function · 0.85
EffectsBuffer_AddCreateEdgeEffect
Function · 0.85
EffectsBuffer_AddDeleteEdgeEffect
Function · 0.85
EffectsBuffer_AddEdgeUpdateEffect
Function · 0.85
Index_IndexEdge
Function · 0.85
Index_RemoveEdge
Function · 0.85
AR_SHORTEST_PATH
Function · 0.85
AR_STARTNODE
Function · 0.85
Graph_GetEdgeRelation
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_getEdge
Function · 0.68