Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ String
Method
String
tempodb/encoding/vparquet5/block_traceql.go:1230–1232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1228
}
1229
1230
func
(i *bridgeIterator) String() string {
1231
return
fmt.Sprintf(
"bridgeIterator: \n\t%s"
, util.TabOut(i.iter))
1232
}
1233
1234
// reset the buffer and reuse existing space.
1235
func
(i *bridgeIterator) reset() {
Callers
nothing calls this directly
Calls
1
TabOut
Function · 0.92
Tested by
no test coverage detected