MCPcopy
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
27func (u *Unparser) outdent() {
28 u.pos -= 2
29}
30
31func (u *Unparser) prefix() (s string) {
32 for i := 0; i < u.pos; i++ {

Callers 1

VisitBeforeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected