MCPcopy 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
69SIValue SI_Edge(void *e) {
70 return (SIValue) {
71 .ptrval = e, .type = T_EDGE, .allocation = M_VOLATILE
72 };
73}
74
75SIValue SI_Path(void *p) {
76 Path *path = (Path *)p;

Callers 8

AR_SHORTEST_PATHFunction · 0.85
Record_GetFunction · 0.85
Proc_BFS_StepFunction · 0.85
SIPath_RelationshipsFunction · 0.85
SIPath_GetRelationshipFunction · 0.85
test_edgeFunction · 0.85
test_edgeAndNodeFunction · 0.85
test_setFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_edgeFunction · 0.68
test_edgeAndNodeFunction · 0.68
test_setFunction · 0.68