MCPcopy
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
8func TabOut(s fmt.Stringer) string {
9 return strings.ReplaceAll(s.String(), "\n", "\n\t")
10}

Callers 9

StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected