MCPcopy 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

testTopicMethod · 0.45
walkDescMethod · 0.45
walkMethod · 0.45
endSplitMethod · 0.45
walkMethod · 0.45
walkKeyMethod · 0.45
walkMethod · 0.45

Calls 1

copyIfMethod · 0.95

Tested by 1

testTopicMethod · 0.36