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

Method size

src/main/java/fieldbox/boxes/BoxChildHelper.java:193–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 public boolean asMap_delete(Object p) {
192 throw new IllegalArgumentException("cannot change `_.children` / `_.parents` directly, call `_.connect` instead");
193 }
194
195 @Override
196 public int size() {
197 return c.size();
198 }
199

Callers 15

asMap_getMethod · 0.45
button0Method · 0.45
targetsForMethod · 0.45
feedbackMethod · 0.45
MarkingMenusMethod · 0.45
runMenuMethod · 0.45
runMenuHoldMethod · 0.45
upwardsOrDownwardsMethod · 0.45
breadthFirstMethod · 0.45
pullMethod · 0.45
breadthFirstAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected