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

Method put

cmd/Bridge.java:15–17  ·  view source on GitHub ↗
(String j, Object v)

Source from the content-addressed store, hash-verified

13 return instance;
14 }
15 public void put(String j, Object v) {
16 this.mapTable.put(j, v);
17 }
18 public Object get(String j) {
19 return this.mapTable.get(j);
20 }

Callers 13

initMethod · 0.95
setContentDescriptionMethod · 0.80
registerViewMethod · 0.80
setRootMethod · 0.80
BuildNodeMethod · 0.80
putValuesMethod · 0.80
putAltIdsMethod · 0.80
RootMethod · 0.80
putLayoutPaintNodesMethod · 0.80
putBuildNodesMethod · 0.80
putMiddlewareMethod · 0.80
trackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected