Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SI_EmptyArray
Function
SI_EmptyArray
src/value.c:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
SIValue SI_EmptyArray() {
81
return SIArray_New(0);
82
}
83
84
SIValue SI_Array(u_int64_t initialCapacity) {
85
return SIArray_New(initialCapacity);
Callers
3
AR_SLICE
Function · 0.85
_AR_NodeDegree
Function · 0.85
test_array
Function · 0.85
Calls
1
SIArray_New
Function · 0.85
Tested by
1
test_array
Function · 0.68