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

Function SI_EmptyMap

src/value.c:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88SIValue SI_EmptyMap() {
89 return Map_New(0);
90}
91
92SIValue SI_Map(u_int64_t initialCapacity) {
93 return Map_New(initialCapacity);

Callers

nothing calls this directly

Calls 1

Map_NewFunction · 0.85

Tested by

no test coverage detected