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

Method run

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

Source from the content-addressed store, hash-verified

158
159 public static class Double7 implements Job {
160 @Override
161 public void run(BValue value) {
162 value.setDouble7(getRandom().nextInt(Short.MAX_VALUE));
163 }
164 }
165
166 public static class Bytes8 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected