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

Method run

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:132–135  ·  view source on GitHub ↗
(BValue value)

Source from the content-addressed store, hash-verified

130
131 public static class String3 implements Job {
132 @Override
133 public void run(BValue value) {
134 value.setString3(String.valueOf(getRandom().nextInt()));
135 }
136 }
137
138 public static class Bool4 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected