MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / byteBufToArray

Method byteBufToArray

src/main/java/emu/grasscutter/utils/Utils.java:92–96  ·  view source on GitHub ↗
(ByteBuf buf)

Source from the content-addressed store, hash-verified

90 }
91
92 public static byte[] byteBufToArray(ByteBuf buf) {
93 byte[] bytes = new byte[buf.capacity()];
94 buf.getBytes(0, bytes);
95 return bytes;
96 }
97
98 public static int abilityHash(String str) {
99 int v7 = 0;

Callers 2

bytesToHexMethod · 0.95
handleReceiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected