Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0xsequence/czip
/ commitBytes
Method
commitBytes
compressor/buffer.go:104–106 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
102
}
103
104
func
(cb *Buffer) commitBytes(b []byte) {
105
cb.Pending = append(cb.Pending, b...)
106
}
107
108
func
(cb *Buffer) commitUint(i uint) {
109
cb.commitByte(byte(i))
Callers
4
WriteWord
Method · 0.95
WriteNBytesRaw
Method · 0.95
WriteSequenceSignatureBody
Method · 0.95
WriteBytesOptimized
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected