MCPcopy 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
81func (p *ErrorPool) panicIfInitialized() {
82 p.pool.panicIfInitialized()
83}
84
85func (p *ErrorPool) addErr(err error) {
86 if err != nil {

Callers 3

WithContextMethod · 0.95
WithFirstErrorMethod · 0.95
WithMaxGoroutinesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected