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

Method bufsize

msgp/write.go:190–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188func (mw *Writer) avail() int { return len(mw.buf) - mw.wloc }
189
190func (mw *Writer) bufsize() int { return len(mw.buf) }
191
192// NOTE: this should only be called with
193// a number that is guaranteed to be less than

Callers 1

WriteExtensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected