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

Class String3

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 public static class String3 implements Job {
132 @Override
133 public void run(BValue value) {
134 value.setString3(String.valueOf(getRandom().nextInt()));
135 }
136 }
137
138 public static class Bool4 implements Job {
139 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected