MCPcopy
hub / github.com/grafana/tempo / registerCleanup

Function registerCleanup

pkg/util/test/logger.go:59–63  ·  view source on GitHub ↗
(t testing.TB, l *TestingLogger)

Source from the content-addressed store, hash-verified

57}
58
59func registerCleanup(t testing.TB, l *TestingLogger) {
60 t.Cleanup(func() {
61 l.done.Store(true)
62 })
63}

Callers 2

NewTestingLoggerFunction · 0.85
WithTMethod · 0.85

Calls 1

StoreMethod · 0.65

Tested by

no test coverage detected