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

Interface Option

options.go:31–33  ·  view source on GitHub ↗

Option lets users specify custom verifications.

Source from the content-addressed store, hash-verified

29
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
36// we are looking for. In between each attempt, we will sleep for

Callers 1

buildOptsFunction · 0.65

Implementers 1

optsoptions.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…