MCPcopy Create free account
hub / github.com/0xsequence/czip / Len

Method Len

compressor/buffer.go:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (cb *Buffer) Len() int {
97 return len(cb.Commited)
98}
99
100func (cb *Buffer) commitByte(b byte) {
101 cb.Pending = append(cb.Pending, b)

Callers 3

EncodeWordOptimizedMethod · 0.95
WriteBytesOptimizedMethod · 0.95
endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected