Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ AddError
Method
AddError
compiler/srcfiles/list.go:37–39 ·
view source on GitHub ↗
(msg string, pos, end int)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(l *List) AddError(msg string, pos, end int) {
38
l.errors.Append(l, msg, pos, end)
39
}
40
41
func
(l *List) Error() error {
42
if
len(l.errors) == 0 {
Callers
3
semOp
Method · 0.80
error
Method · 0.80
convertParseErrs
Function · 0.80
Calls
1
Append
Method · 0.45
Tested by
no test coverage detected