MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getMap

Method getMap

src/redempt/redlib/json/JSONList.java:38–40  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

36 }
37
38 public JSONMap getMap(int key) {
39 return (JSONMap) get(key);
40 }
41
42 public String getString(int key) {
43 return (String) get(key);

Callers 1

fromStringMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected