Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ hget
Method
hget
server/modules/runtimeCache.js:194–197 ·
view source on GitHub ↗
(key, field)
Source
from the content-addressed store, hash-verified
192
}
193
194
async
hget(key, field) {
195
const
hash = this.hashes.get(key);
196
return
hash ? (hash.get(field) ?? null) : null;
197
}
198
199
async
hgetall(key) {
200
const
hash = this.hashes.get(key);
Callers
4
createMemoryStore
Function · 0.95
createRedisStore
Function · 0.95
attachClient
Function · 0.80
getTopChartVariants
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected