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

Method activate

src/main/java/fieldcef/plugins/Taps.java:218–222  ·  view source on GitHub ↗
(Binding nextBinding)

Source from the content-addressed store, hash-verified

216 }
217
218
219 private void activate(Binding nextBinding) {
220 onActiveSet.put(""+System.identityHashCode(nextBinding), () -> {
221 nextBinding.target.first(Chorder.begin).get().apply(nextBinding.target);
222 });
223 }
224
225 private void deactivate(Binding wasBinding) {

Callers 1

updateMethod · 0.95

Calls 4

firstMethod · 0.80
applyMethod · 0.65
getMethod · 0.65
putMethod · 0.45

Tested by

no test coverage detected