Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Flush
Function
Flush
pkg/cache/background_extra_test.go:3–7 ·
view source on GitHub ↗
(c Cache)
Source
from the content-addressed store, hash-verified
1
package
cache
2
3
func
Flush(c Cache) {
4
b := c.(*backgroundCache)
5
close(b.bgWrites)
6
b.wg.Wait()
7
}
Callers
1
TestBackground
Function · 0.92
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected