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

Method failedList

xenomint/pool.go:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (p *pool) failedList() (reqs []*types.Request) {
89 reqs = make([]*types.Request, 0, len(p.failed))
90 for _, v := range p.failed {
91 reqs = append(reqs, v)
92 }
93 return
94}
95
96func (p *pool) removeFailed(req *types.Request) {
97 delete(p.failed, req.Header.Hash())

Callers 1

CommitExWithContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected