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

Method perform

src/main/java/field/app/RunLoop.java:244–248  ·  view source on GitHub ↗
(int pass)

Source from the content-addressed store, hash-verified

242
243 @Override
244 public boolean perform(int pass) {
245 p0.run();
246 return t++ < n;
247 }
248 });
249 });
250 }
251

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected