MCPcopy 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

internMethod · 0.95
getTypeIdMethod · 0.80
tryDumpMethod · 0.80
sendResponseMethod · 0.80
closeAndVerifyMethod · 0.80
saveLogRawMethod · 0.80
acquireMethod · 0.80
sendStreamMethod · 0.80
equalsMethod · 0.80
encodeMethod · 0.80
WrapMethod · 0.80
equalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected