MCPcopy Index your code
hub / github.com/Monibuca/engine / CanReadN

Method CanReadN

util/buffer.go:184–186  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

182}
183
184func (b Buffer) CanReadN(n int) bool {
185 return b.Len() >= n
186}
187func (b Buffer) Cap() int {
188 return cap(b)
189}

Callers 3

ReadMethod · 0.95
CanReadMethod · 0.95
SplitMethod · 0.95

Calls 1

LenMethod · 0.95

Tested by

no test coverage detected