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

Method out

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

Source from the content-addressed store, hash-verified

24938}
24939
24940func (p *parser) out(s string) string {
24941 p.depth--
24942 return p.printIndent("<", s)
24943}
24944
24945func (p *parser) addErr(err error) {
24946 p.addErrAt(err, p.pt.position, []string{})

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