Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SI_Edge
Function
SI_Edge
src/value.c:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
SIValue SI_Edge(void *e) {
70
return (SIValue) {
71
.ptrval = e, .type = T_EDGE, .allocation = M_VOLATILE
72
};
73
}
74
75
SIValue SI_Path(void *p) {
76
Path *path = (Path *)p;
Callers
8
AR_SHORTEST_PATH
Function · 0.85
Record_Get
Function · 0.85
Proc_BFS_Step
Function · 0.85
SIPath_Relationships
Function · 0.85
SIPath_GetRelationship
Function · 0.85
test_edge
Function · 0.85
test_edgeAndNode
Function · 0.85
test_set
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_edge
Function · 0.68
test_edgeAndNode
Function · 0.68
test_set
Function · 0.68