Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mtail
/ outdent
Method
outdent
internal/runtime/compiler/parser/unparser.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(u *Unparser) outdent() {
28
u.pos -= 2
29
}
30
31
func
(u *Unparser) prefix() (s string) {
32
for
i := 0; i < u.pos; i++ {
Callers
1
VisitBefore
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected