Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
(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
startMainLoop
Method · 0.95
startWorkers
Method · 0.95
send
Method · 0.95
startRateLoop
Method · 0.95
TestError
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestError
Function · 0.64