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

Class Bool4

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 public static class Bool4 implements Job {
139 @Override
140 public void run(BValue value) {
141 value.setBool4(getRandom().nextInt(2) == 1);
142 }
143 }
144
145 public static class Short5 implements Job {
146 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected