MCPcopy
hub / github.com/uber-go/goleak / apply

Method apply

options.go:32–32  ·  view source on GitHub ↗
(*opts)

Source from the content-addressed store, hash-verified

30// Option lets users specify custom verifications.
31type Option interface {
32 apply(*opts)
33}
34
35// We retry up to 20 times if we can't find the goroutine that

Callers 1

buildOptsFunction · 0.65

Implementers 1

optsoptions.go

Calls

no outgoing calls

Tested by

no test coverage detected