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

Method asMap_call

src/main/java/field/utility/Dict.java:362–365  ·  view source on GitHub ↗
(Object o, Object o1)

Source from the content-addressed store, hash-verified

360 }
361
362 @Override
363 public Object asMap_call(Object o, Object o1) {
364 return new IllegalArgumentException("" + o + " / " + o1);
365 }
366
367 @Override
368 public Object asMap_call(Object o) {

Callers

nothing calls this directly

Calls 4

getNameMethod · 0.95
asMap_getMethod · 0.65
getMethod · 0.65
peekMethod · 0.45

Tested by

no test coverage detected