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

Method in

compiler/parser/parser.go:24934–24938  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

24932}
24933
24934func (p *parser) in(s string) string {
24935 res := p.printIndent(">", s)
24936 p.depth++
24937 return res
24938}
24939
24940func (p *parser) out(s string) string {
24941 p.depth--

Callers 15

restoreMethod · 0.95
cloneStateMethod · 0.95
restoreStateMethod · 0.95
parseMethod · 0.95
parseRuleWrapMethod · 0.95
parseActionExprMethod · 0.95
parseAndCodeExprMethod · 0.95
parseAndExprMethod · 0.95
parseAnyMatcherMethod · 0.95
parseCharClassMatcherMethod · 0.95
parseChoiceExprMethod · 0.95

Calls 1

printIndentMethod · 0.95

Tested by

no test coverage detected