Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
SIValue SI_Node(void *n) {
64
return (SIValue) {
65
.ptrval = n, .type = T_NODE, .allocation = M_VOLATILE
66
};
67
}
68
69
SIValue SI_Edge(void *e) {
70
return (SIValue) {
Callers
12
AR_SHORTEST_PATH
Function · 0.85
AR_STARTNODE
Function · 0.85
AR_ENDNODE
Function · 0.85
Record_Get
Function · 0.85
Proc_BFS_Step
Function · 0.85
Proc_FulltextQueryNodeStep
Function · 0.85
Proc_PagerankStep
Function · 0.85
SIPath_Nodes
Function · 0.85
SIPath_GetNode
Function · 0.85
test_node
Function · 0.85
test_edgeAndNode
Function · 0.85
test_set
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_node
Function · 0.68
test_edgeAndNode
Function · 0.68
test_set
Function · 0.68