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

Method run

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

Source from the content-addressed store, hash-verified

144
145 public static class Short5 implements Job {
146 @Override
147 public void run(BValue value) {
148 value.setShort5((short)getRandom().nextInt(Short.MAX_VALUE));
149 }
150 }
151
152 public static class Float6 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected