Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ asMap_isProperty
Method
asMap_isProperty
src/main/java/fieldbox/boxes/Box.java:794–797 ·
view source on GitHub ↗
(String p)
Source
from the content-addressed store, hash-verified
792
this.delegateTo = from;
793
}
794
795
796
@Override
797
public
boolean asMap_isProperty(String p) {
798
return
delegateTo.asMap_isProperty(prefix + p);
799
}
800
Callers
nothing calls this directly
Calls
1
asMap_isProperty
Method · 0.65
Tested by
no test coverage detected