Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Edge_SetRelationID
Function
Edge_SetRelationID
src/graph/entities/edge.c:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void Edge_SetRelationID
60
(
61
Edge *e,
62
RelationID relationID
63
) {
64
ASSERT(e);
65
e->relationID = relationID;
66
}
67
68
void Edge_ToString
69
(
Callers
3
ApplyDeleteEdge
Function · 0.85
UpdateEdgeProperty
Function · 0.85
Graph_GetEdgeRelation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected