MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / onChunkSend

Method onChunkSend

src/main/java/core/packetproxy/DuplexAsync.java:236–239  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

234 }
235
236 @Override
237 public byte[] onChunkSend(byte[] data) throws Exception {
238 return callOnClientChunkSend(data);
239 }
240 });
241 return simplex;
242 }

Callers

nothing calls this directly

Calls 2

callOnClientChunkSendMethod · 0.80
callOnServerChunkSendMethod · 0.80

Tested by

no test coverage detected