Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
(u *Unparser) prefix() (s string) {
32
for
i := 0; i < u.pos; i++ {
33
s +=
" "
34
}
35
return
36
}
37
38
func
(u *Unparser) emit(s string) {
39
u.line.WriteString(s)
Callers
1
newline
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected