Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
func
(cb *Buffer) Len() int {
97
return
len(cb.Commited)
98
}
99
100
func
(cb *Buffer) commitByte(b byte) {
101
cb.Pending = append(cb.Pending, b)
Callers
3
EncodeWordOptimized
Method · 0.95
WriteBytesOptimized
Method · 0.95
end
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected