Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
(p *Parser) error(msg string) error {
21
return
fmt.Errorf(
"line %d: parse error: %s"
, p.lexer.line, msg)
22
}
Callers
15
errorf
Method · 0.95
parseType
Method · 0.95
matchTypeRecord
Method · 0.95
matchTypeArray
Method · 0.95
matchTypeSetOrMap
Method · 0.95
parseTypeMap
Method · 0.95
matchTypeParens
Method · 0.95
matchTypeEnumBody
Method · 0.95
parseDecorator
Method · 0.95
matchString
Method · 0.95
matchNone
Method · 0.95
matchRecord
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected