MCPcopy 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
104func (cb *Buffer) commitBytes(b []byte) {
105 cb.Pending = append(cb.Pending, b...)
106}
107
108func (cb *Buffer) commitUint(i uint) {
109 cb.commitByte(byte(i))

Callers 4

WriteWordMethod · 0.95
WriteNBytesRawMethod · 0.95
WriteBytesOptimizedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected