Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
func
registerCleanup(t testing.TB, l *TestingLogger) {
60
t.Cleanup(
func
() {
61
l.done.Store(true)
62
})
63
}
Callers
2
NewTestingLogger
Function · 0.85
WithT
Method · 0.85
Calls
1
Store
Method · 0.65
Tested by
no test coverage detected