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

Function ReadByte

projects/Go/proto/fbe/Buffer.go:202–204  ·  view source on GitHub ↗

Read byte from the buffer

(buffer []byte, offset int)

Source from the content-addressed store, hash-verified

200
201// Read byte from the buffer
202func ReadByte(buffer []byte, offset int) byte {
203 return buffer[offset]
204}
205
206// Read single byte character from the buffer
207func ReadChar(buffer []byte, offset int) rune {

Callers 15

GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected