Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0xsequence/czip
/ commitUint
Method
commitUint
compressor/buffer.go:108–110 ·
view source on GitHub ↗
(i uint)
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(cb *Buffer) commitUint(i uint) {
109
cb.commitByte(byte(i))
110
}
111
112
func
(cb *Buffer) FindPastData(data []byte) int {
113
for
i := 0; i+len(data) < len(cb.Commited); i++ {
Callers
13
WriteNWords
Method · 0.95
WriteNBytesRaw
Method · 0.95
WriteSequenceTransactions
Method · 0.95
WriteSequenceExecuteFlag
Method · 0.95
WriteSequenceSelfExecuteFlag
Method · 0.95
WriteSequenceSignatureBody
Method · 0.95
WriteSequenceSignatureTree
Method · 0.95
WriteSequenceNestedSignaturePart
Method · 0.95
WriteSequenceBranchSignaturePart
Method · 0.95
WriteSequenceDynamicSignaturePart
Method · 0.95
WriteSequenceChainedSignature
Method · 0.95
WriteBytesOptimized
Method · 0.95
Calls
1
commitByte
Method · 0.95
Tested by
no test coverage detected