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

Method indent

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

Source from the content-addressed store, hash-verified

21}
22
23func (u *Unparser) indent() {
24 u.pos += 2
25}
26
27func (u *Unparser) outdent() {
28 u.pos -= 2

Callers 1

VisitBeforeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected