Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Edge_SetDestNodeID
Function
Edge_SetDestNodeID
src/graph/entities/edge.c:50–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void Edge_SetDestNodeID
51
(
52
Edge *e,
53
NodeID id
54
) {
55
ASSERT(e);
56
e->dest_id = id;
57
}
58
59
void Edge_SetRelationID
60
(
Callers
4
ApplyDeleteEdge
Function · 0.85
UpdateEdgeProperty
Function · 0.85
_CreateEdges
Function · 0.85
_CreateEntities
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected