MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / ToArray

Function ToArray

Server/Network/PacketReader.cs:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 public byte[] ToArray()
266 {
267 var final = new byte[m_buffer.Length];
268 Buffer.BlockCopy(m_buffer, 0, final, 0, m_buffer.Length);
269 return final;
270 }
271 }
272}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected