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

Method error

sup/parser.go:20–22  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

18}
19
20func (p *Parser) error(msg string) error {
21 return fmt.Errorf("line %d: parse error: %s", p.lexer.line, msg)
22}

Callers 15

errorfMethod · 0.95
parseTypeMethod · 0.95
matchTypeRecordMethod · 0.95
matchTypeArrayMethod · 0.95
matchTypeSetOrMapMethod · 0.95
parseTypeMapMethod · 0.95
matchTypeParensMethod · 0.95
matchTypeEnumBodyMethod · 0.95
parseDecoratorMethod · 0.95
matchStringMethod · 0.95
matchNoneMethod · 0.95
matchRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected