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

Function SI_Map

src/value.c:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92SIValue SI_Map(u_int64_t initialCapacity) {
93 return Map_New(initialCapacity);
94}
95
96SIValue SI_DuplicateStringVal(const char *s) {
97 return (SIValue) {

Callers 3

AR_TOMAPFunction · 0.85
GraphEntity_PropertiesFunction · 0.85
_EmitIndexFunction · 0.85

Calls 1

Map_NewFunction · 0.85

Tested by

no test coverage detected