MCPcopy
hub / github.com/tinylib/msgp / BufferSize

Method BufferSize

msgp/read.go:294–294  ·  view source on GitHub ↗

BufferSize returns the capacity of the read buffer.

()

Source from the content-addressed store, hash-verified

292
293// BufferSize returns the capacity of the read buffer.
294func (m *Reader) BufferSize() int { return m.R.BufferSize() }
295
296// NextType returns the next object type to be decoded.
297func (m *Reader) NextType() (Type, error) {

Callers 2

FuzzReaderFunction · 0.95
CopyNextMethod · 0.80

Calls

no outgoing calls

Tested by 1

FuzzReaderFunction · 0.76