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

Method addResponse

sqlchain/ackindex.go:202–208  ·  view source on GitHub ↗
(h int32, resp *types.SignedResponseHeader)

Source from the content-addressed store, hash-verified

200}
201
202func (i *ackIndex) addResponse(h int32, resp *types.SignedResponseHeader) (err error) {
203 var mi *multiAckIndex
204 if mi, err = i.load(h); err != nil {
205 return
206 }
207 return mi.addResponse(resp)
208}
209
210func (i *ackIndex) register(h int32, ack *types.SignedAckHeader) (err error) {
211 var mi *multiAckIndex

Callers 2

AddResponseMethod · 0.45
TestAckIndexFunction · 0.45

Calls 2

loadMethod · 0.95
addResponseMethod · 0.95

Tested by 1

TestAckIndexFunction · 0.36