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

Method asMap_get

src/main/java/field/utility/Dict.java:372–375  ·  view source on GitHub ↗
(String p)

Source from the content-addressed store, hash-verified

370 }
371
372 @Override
373 public Object asMap_get(String p) {
374 return getAttributes().getOrConstruct(new Dict.Prop<>(p));
375 }
376
377 @Override
378 public Object asMap_new(Object a) {

Callers 1

asMap_getElementMethod · 0.95

Calls 2

getAttributesMethod · 0.95
getOrConstructMethod · 0.45

Tested by

no test coverage detected