Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
SIValue SI_Map(u_int64_t initialCapacity) {
93
return Map_New(initialCapacity);
94
}
95
96
SIValue SI_DuplicateStringVal(const char *s) {
97
return (SIValue) {
Callers
3
AR_TOMAP
Function · 0.85
GraphEntity_Properties
Function · 0.85
_EmitIndex
Function · 0.85
Calls
1
Map_New
Function · 0.85
Tested by
no test coverage detected