MCPcopy Create free account
hub / github.com/gomatcha/matcha / get

Method get

cmd/Bridge.java:18–20  ·  view source on GitHub ↗
(String j)

Source from the content-addressed store, hash-verified

16 this.mapTable.put(j, v);
17 }
18 public Object get(String j) {
19 return this.mapTable.get(j);
20 }
21}

Callers 15

foreignBridgeMethod · 0.95
generateViewIdMethod · 0.45
instantiateItemMethod · 0.45
getPageTitleMethod · 0.45
populateTabStripMethod · 0.45
newAttributedStringMethod · 0.45
setNativeStateMethod · 0.45
displayAlertMethod · 0.45
updateMethod · 0.45
createViewMethod · 0.45
setRootMethod · 0.45

Calls

no outgoing calls

Tested by 2

testParseOneMethod · 0.36
testParseGeneralMethod · 0.36