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

Method avail

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

Source from the content-addressed store, hash-verified

186func (mw *Writer) Buffered() int { return len(mw.buf) - mw.wloc }
187
188func (mw *Writer) avail() int { return len(mw.buf) - mw.wloc }
189
190func (mw *Writer) bufsize() int { return len(mw.buf) }
191

Callers 4

WriteExtensionRawMethod · 0.95
AppendMethod · 0.95
WriteMethod · 0.95
writeStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected