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

Method setFailed

xenomint/pool.go:83–86  ·  view source on GitHub ↗
(req *types.Request)

Source from the content-addressed store, hash-verified

81}
82
83func (p *pool) setFailed(req *types.Request) {
84 p.failed[req.Header.Hash()] = req
85 atomic.StoreInt32(&p.failedRequestCount, int32(len(p.failed)))
86}
87
88func (p *pool) failedList() (reqs []*types.Request) {
89 reqs = make([]*types.Request, 0, len(p.failed))

Callers 3

readWithContextMethod · 0.80
readTxMethod · 0.80
writeMethod · 0.80

Calls 1

HashMethod · 0.65

Tested by

no test coverage detected