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

Function waitForDone

internal/stack/stacks_test.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36var _allDone chan struct{}
37
38func waitForDone() {
39 <-_allDone
40}
41
42func TestAll(t *testing.T) {
43 // We use a global channel so that the function below does not

Callers 1

TestAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…