MCPcopy 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
80SIValue SI_EmptyArray() {
81 return SIArray_New(0);
82}
83
84SIValue SI_Array(u_int64_t initialCapacity) {
85 return SIArray_New(initialCapacity);

Callers 3

AR_SLICEFunction · 0.85
_AR_NodeDegreeFunction · 0.85
test_arrayFunction · 0.85

Calls 1

SIArray_NewFunction · 0.85

Tested by 1

test_arrayFunction · 0.68