Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ run
Method
run
ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:118–121 ·
view source on GitHub ↗
(BValue value)
Source
from the content-addressed store, hash-verified
116
117
public
static
class
Int_1 implements Job {
118
@Override
119
public
void
run(BValue value) {
120
value.setInt_1(getRandom().nextInt());
121
}
122
}
123
124
public
static
class
Long2 implements Job {
Callers
nothing calls this directly
Calls
2
getRandom
Method · 0.80
nextInt
Method · 0.45
Tested by
no test coverage detected