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:125–128 ·
view source on GitHub ↗
(BValue value)
Source
from the content-addressed store, hash-verified
123
124
public
static
class
Long2 implements Job {
125
@Override
126
public
void
run(BValue value) {
127
value.setLong2(getRandom().nextLong());
128
}
129
}
130
131
public
static
class
String3 implements Job {
Callers
nothing calls this directly
Calls
3
setLong2
Method · 0.80
getRandom
Method · 0.80
nextLong
Method · 0.45
Tested by
no test coverage detected