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

Method Buffered

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

Buffered returns the number of bytes currently in the read buffer.

()

Source from the content-addressed store, hash-verified

289
290// Buffered returns the number of bytes currently in the read buffer.
291func (m *Reader) Buffered() int { return m.R.Buffered() }
292
293// BufferSize returns the capacity of the read buffer.
294func (m *Reader) BufferSize() int { return m.R.BufferSize() }

Callers 2

FuzzReaderFunction · 0.95
SkipMethod · 0.45

Calls

no outgoing calls

Tested by 1

FuzzReaderFunction · 0.76