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

Method run

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

Source from the content-addressed store, hash-verified

151
152 public static class Float6 implements Job {
153 @Override
154 public void run(BValue value) {
155 value.setFloat6(getRandom().nextInt());
156 }
157 }
158
159 public static class Double7 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected