MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newAckIndex

Function newAckIndex

sqlchain/ackindex.go:156–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func newAckIndex() *ackIndex {
157 return &ackIndex{
158 hi: make(map[int32]*multiAckIndex),
159 }
160}
161
162func (i *ackIndex) load(h int32) (mi *multiAckIndex, err error) {
163 var ok bool

Callers 2

NewChainWithContextFunction · 0.85
TestAckIndexFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAckIndexFunction · 0.68