Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Edge_SetSrcNodeID
Function
Edge_SetSrcNodeID
src/graph/entities/edge.c:41–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void Edge_SetSrcNodeID
42
(
43
Edge *e,
44
NodeID id
45
) {
46
ASSERT(e);
47
e->src_id = id;
48
}
49
50
void Edge_SetDestNodeID
51
(
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