Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ bytesUnsafe
Method
bytesUnsafe
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Binary.java:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
public
byte @NotNull [] bytesUnsafe() {
80
return
bytes;
81
}
82
83
public
byte @NotNull [] copyIf() {
84
return
Database.copyIf(bytes, offset, count);
Callers
15
intern
Method · 0.95
getTypeId
Method · 0.80
tryDump
Method · 0.80
sendResponse
Method · 0.80
closeAndVerify
Method · 0.80
saveLogRaw
Method · 0.80
acquire
Method · 0.80
sendStream
Method · 0.80
equals
Method · 0.80
encode
Method · 0.80
Wrap
Method · 0.80
equals
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected