Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sourcegraph/conc
/ panicIfInitialized
Method
panicIfInitialized
pool/error_pool.go:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
func
(p *ErrorPool) panicIfInitialized() {
82
p.pool.panicIfInitialized()
83
}
84
85
func
(p *ErrorPool) addErr(err error) {
86
if
err != nil {
Callers
3
WithContext
Method · 0.95
WithFirstError
Method · 0.95
WithMaxGoroutines
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected