Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ asMap_new
Method
asMap_new
src/main/java/fieldbox/boxes/Box.java:820–823 ·
view source on GitHub ↗
(Object a)
Source
from the content-addressed store, hash-verified
818
public
Object asMap_set(String p, Object o) {
819
return
delegateTo.asMap_set(prefix + p, o);
820
}
821
822
@Override
823
public
Object asMap_new(Object a) {
824
return
delegateTo.asMap_new(a);
825
}
826
Callers
nothing calls this directly
Calls
1
asMap_new
Method · 0.65
Tested by
no test coverage detected