MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / asMap_set

Method asMap_set

src/main/java/fieldbox/boxes/Box.java:891–895  ·  view source on GitHub ↗
(String p, Object o)

Source from the content-addressed store, hash-verified

889 public boolean asMap_delete(Object o) {
890 return false;
891 }
892
893 @Override
894 public Object asMap_set(String p, Object o) {
895 return from.properties.computeIfAbsent(storageProperty, (k) -> autoconstructor.apply(from))
896 .asMap_set(p, o);
897 }
898

Callers

nothing calls this directly

Calls 3

computeIfAbsentMethod · 0.80
asMap_setMethod · 0.65
applyMethod · 0.65

Tested by

no test coverage detected