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

Method asMap_call

src/main/java/fieldbox/boxes/Box.java:563–568  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

561
562 return this;
563 }
564
565 @Override
566 @HiddenInAutocomplete
567 public Object asMap_call(Object a, Object b) {
568
569 return Callbacks.call(this, b);
570 }
571

Callers 1

asMap_newMethod · 0.95

Calls 1

callMethod · 0.95

Tested by

no test coverage detected