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

Method invoke

src/main/java/fieldbox/boxes/Box.java:535–541  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

533
534 Object r = asMap_set(name, firstValue);
535
536 Drivers.provokeCurrentFibre(System.identityHashCode(this) + "_" + name, new Function1<Object, Object>() {
537 @Override
538 public Object invoke(Object o) {
539 if (o != null) {
540 asMap_set(name, o);
541 }
542 return o;
543 }
544 }, ((ThreadSync2.TrappedSet) value));

Callers 3

helpMethod · 0.45
registerCommandsMethod · 0.45
childrenForMethod · 0.45

Calls 1

asMap_setMethod · 0.95

Tested by

no test coverage detected