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

Method run

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

Source from the content-addressed store, hash-verified

116
117 public static class Int_1 implements Job {
118 @Override
119 public void run(BValue value) {
120 value.setInt_1(getRandom().nextInt());
121 }
122 }
123
124 public static class Long2 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected