MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / SI_Node

Function SI_Node

src/value.c:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63SIValue SI_Node(void *n) {
64 return (SIValue) {
65 .ptrval = n, .type = T_NODE, .allocation = M_VOLATILE
66 };
67}
68
69SIValue SI_Edge(void *e) {
70 return (SIValue) {

Callers 12

AR_SHORTEST_PATHFunction · 0.85
AR_STARTNODEFunction · 0.85
AR_ENDNODEFunction · 0.85
Record_GetFunction · 0.85
Proc_BFS_StepFunction · 0.85
Proc_PagerankStepFunction · 0.85
SIPath_NodesFunction · 0.85
SIPath_GetNodeFunction · 0.85
test_nodeFunction · 0.85
test_edgeAndNodeFunction · 0.85
test_setFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_nodeFunction · 0.68
test_edgeAndNodeFunction · 0.68
test_setFunction · 0.68