Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ asMap_get
Method
asMap_get
src/main/java/fieldbox/boxes/Box.java:804–807 ·
view source on GitHub ↗
(String p)
Source
from the content-addressed store, hash-verified
802
public
Object asMap_call(Object a, Object b) {
803
return
delegateTo.asMap_call(a, b);
804
}
805
806
@Override
807
public
Object asMap_get(String p) {
808
return
delegateTo.asMap_get(prefix + p);
809
}
810
Callers
nothing calls this directly
Calls
1
asMap_get
Method · 0.65
Tested by
no test coverage detected