MCPcopy Create free account
hub / github.com/dave/blast / error

Method error

blaster/loop-error.go:31–38  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

29}
30
31func (b *Blaster) error(err error) {
32 select {
33 case b.errorChannel <- err:
34 default:
35 // don't send to error channel if errorChannel isn't listening
36 atomic.AddUint64(&b.errorsIgnored, 1)
37 }
38}

Callers 5

startMainLoopMethod · 0.95
startWorkersMethod · 0.95
sendMethod · 0.95
startRateLoopMethod · 0.95
TestErrorFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestErrorFunction · 0.64