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

Method Get

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

Get the value

(out byte value)

Source from the content-addressed store, hash-verified

828
829 // Get the value
830 public override void Get(out byte value) { Get(out value, (byte)0); }
831 public override void Get(out byte value, byte defaults)
832 {
833 if ((_buffer.Offset + FBEOffset + FBESize) > _buffer.Size)

Callers

nothing calls this directly

Calls 1

ReadByteFunction · 0.85

Tested by

no test coverage detected