Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
(u *Unparser) indent() {
24
u.pos += 2
25
}
26
27
func
(u *Unparser) outdent() {
28
u.pos -= 2
Callers
1
VisitBefore
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected