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

Method Error

compiler/parser/parser.go:24743–24745  ·  view source on GitHub ↗

Error returns the error message.

()

Source from the content-addressed store, hash-verified

24741
24742// Error returns the error message.
24743func (p *parserError) Error() string {
24744 return p.prefix + ": " + p.Inner.Error()
24745}
24746
24747// newParser creates a parser with the specified input source and options.
24748func newParser(filename string, b []byte, opts ...Option) *parser {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected