Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
NodeID Edge_GetDestNodeID
24
(
25
const Edge *edge
26
) {
27
ASSERT(edge);
28
return edge->dest_id;
29
}
30
31
int Edge_GetRelationID
32
(
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_ENDNODE
Function · 0.85
Graph_GetEdgeRelation
Function · 0.85
Graph_DeleteEdges
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_getEdge
Function · 0.68