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

Method prepare

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

Source from the content-addressed store, hash-verified

154 }
155
156 static void prepare() throws Exception {
157 for (var tf : taskFactorys)
158 tf.Factory.get().prepare();
159 }
160
161 static void verify() {
162 for (var tf : taskFactorys) {

Callers 1

testMainMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected