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

Method asMap_delete

src/main/java/field/utility/Dict.java:407–410  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

405 }
406
407 @Override
408 public boolean asMap_delete(Object o) {
409 return getAttributes().asMap_delete(o);
410 }
411
412 /**
413 * doesn't automatically build the attribute map if it isn't there

Callers

nothing calls this directly

Calls 2

getAttributesMethod · 0.95
asMap_deleteMethod · 0.65

Tested by

no test coverage detected