Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ BufferedWriter
Struct
BufferedWriter
pkg/io/buffered.go:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
type
BufferedWriter
struct
{
145
w io.Writer
146
buf []byte
147
}
148
149
type
BufferedWriteFlusher
interface
{
150
io.WriteCloser
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected