MCPcopy Create free account
hub / github.com/e2wugui/zeze / Run

Method Run

ZezeJava/ZezeJavaTest/src/Infinite/Tasks.java:287–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 }
286
287 @Override
288 App Run() throws ExecutionException, InterruptedException {
289 var app = Simulate.getInstance().randApp(2);
290 app.Run(this);
291 return app;
292 }
293
294 @Override
295 long process() {

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
randAppMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected