MCPcopy 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

loadMethod · 0.95
loadAllMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected