MCPcopy
hub / github.com/google/mtail / prefix

Method prefix

internal/runtime/compiler/parser/unparser.go:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (u *Unparser) prefix() (s string) {
32 for i := 0; i < u.pos; i++ {
33 s += " "
34 }
35 return
36}
37
38func (u *Unparser) emit(s string) {
39 u.line.WriteString(s)

Callers 1

newlineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected