MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / Receive

Method Receive

projects/CSharp/Proto/com.chronoxor.fbe.cs:9983–9983  ·  view source on GitHub ↗

Receive data

(Buffer buffer)

Source from the content-addressed store, hash-verified

9981
9982 // Receive data
9983 public void Receive(Buffer buffer) { Receive(buffer.Data, 0, buffer.Size); }
9984 public void Receive(byte[] buffer) { Receive(buffer, 0, buffer.Length); }
9985 public void Receive(byte[] buffer, long offset, long size)
9986 {

Callers 3

SendAndReceiveFinalMethod · 0.45
SendAndReceiveMethod · 0.45
MainMethod · 0.45

Calls 6

OnReceiveInterface · 0.85
ReadUInt32Method · 0.45
AllocateMethod · 0.45
CopyMethod · 0.45
WriteMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected