MCPcopy Create free account
hub / github.com/brimdata/super / printIndent

Method printIndent

compiler/parser/parser.go:24930–24932  ·  view source on GitHub ↗
(mark string, s string)

Source from the content-addressed store, hash-verified

24928}
24929
24930func (p *parser) printIndent(mark string, s string) string {
24931 return p.print(strings.Repeat(" ", p.depth)+mark, s)
24932}
24933
24934func (p *parser) in(s string) string {
24935 res := p.printIndent(">", s)

Callers 5

inMethod · 0.95
outMethod · 0.95
parseRuleWrapMethod · 0.95
parseActionExprMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected