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

Method asMap_new

src/main/java/fieldbox/boxes/Box.java:897–901  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

895 return from.properties.computeIfAbsent(storageProperty, (k) -> autoconstructor.apply(from))
896 .asMap_set(p, o);
897 }
898
899 @Override
900 public Object asMap_new(Object a) {
901 return from.properties.getOrConstruct(storageProperty)
902 .asMap_new(a);
903 }
904

Callers

nothing calls this directly

Calls 2

asMap_newMethod · 0.65
getOrConstructMethod · 0.45

Tested by

no test coverage detected