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

Method ToArray_Raw

Server/Network/PacketWriter.cs:172–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 public byte[] ToArray_Raw()
173 {
174 ThrowIfDisposed();
175
176 m_stream.Position = 0;
177
178 return m_stream.ToArray();
179 }
180
181 private void ThrowIfDisposed()
182 {

Callers

nothing calls this directly

Calls 1

ToArrayMethod · 0.80

Tested by

no test coverage detected