Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
SIValue SI_EmptyMap() {
89
return Map_New(0);
90
}
91
92
SIValue SI_Map(u_int64_t initialCapacity) {
93
return Map_New(initialCapacity);
Callers
nothing calls this directly
Calls
1
Map_New
Function · 0.85
Tested by
no test coverage detected