Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
func
newAckIndex() *ackIndex {
157
return
&ackIndex{
158
hi: make(
map
[int32]*multiAckIndex),
159
}
160
}
161
162
func
(i *ackIndex) load(h int32) (mi *multiAckIndex, err error) {
163
var
ok bool
Callers
2
NewChainWithContext
Function · 0.85
TestAckIndex
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAckIndex
Function · 0.68