Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getMap
Method
getMap
src/redempt/redlib/json/JSONMap.java:36–38 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
34
}
35
36
public
JSONMap getMap(String key) {
37
return
(JSONMap) get(key);
38
}
39
40
public
String getString(String key) {
41
return
(String) get(key);
Callers
2
load
Method · 0.95
loadAll
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected