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

Method WriteBytes

Server/Network/PacketWriter.cs:70–73  ·  view source on GitHub ↗
(byte[] value)

Source from the content-addressed store, hash-verified

68 m_stream.WriteByte(value);
69 }
70 public void WriteBytes(byte[] value)
71 {
72 WriteBytes(value, 0, value.Length);
73 }
74
75 public void WriteBytes(byte[] value, int offset, int length)
76 {

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected