Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
188
func
(mw *Writer) avail() int {
return
len(mw.buf) - mw.wloc }
189
190
func
(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
WriteExtension
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected