Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ copyIf
Method
copyIf
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Binary.java:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public
byte @NotNull [] copyIf() {
84
return
Database.copyIf(bytes, offset, count);
85
}
86
87
public
byte @NotNull [] toBytes() {
88
return
Arrays.copyOfRange(bytes, offset, offset + count);
Callers
7
testTopic
Method · 0.45
walkDesc
Method · 0.45
walk
Method · 0.45
endSplit
Method · 0.45
walk
Method · 0.45
walkKey
Method · 0.45
walk
Method · 0.45
Calls
1
copyIf
Method · 0.95
Tested by
1
testTopic
Method · 0.36