Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ TabOut
Function
TabOut
pkg/util/tab_out.go:8–10 ·
view source on GitHub ↗
(s fmt.Stringer)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
TabOut(s fmt.Stringer) string {
9
return
strings.ReplaceAll(s.String(),
"\n"
,
"\n\t"
)
10
}
Callers
9
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
String
Method · 0.92
Calls
1
String
Method · 0.45
Tested by
no test coverage detected