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

Method run

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

Source from the content-addressed store, hash-verified

165
166 public static class Bytes8 implements Job {
167 @Override
168 public void run(BValue value) {
169 var bytes = new byte[8];
170 getRandom().nextBytes(bytes);
171 value.setBytes8(new Binary(bytes));
172 }
173 }
174
175 public static class List9 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextBytesMethod · 0.45

Tested by

no test coverage detected