Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
setContentDescription
Method · 0.80
registerView
Method · 0.80
setRoot
Method · 0.80
BuildNode
Method · 0.80
putValues
Method · 0.80
putAltIds
Method · 0.80
Root
Method · 0.80
putLayoutPaintNodes
Method · 0.80
putBuildNodes
Method · 0.80
putMiddleware
Method · 0.80
track
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected