Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ asMap_get
Method
asMap_get
src/main/java/field/utility/Dict.java:753–756 ·
view source on GitHub ↗
(String p)
Source
from the content-addressed store, hash-verified
751
}
752
753
@Override
754
public
Object asMap_get(String p) {
755
return
get(
new
Prop(p));
756
}
757
758
@Override
759
public
boolean asMap_delete(Object o) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected