Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ err
Method
err
compiler/parser/parser.go:24694–24700 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24692
}
24693
24694
func
(e errList) err() error {
24695
if
len(e) == 0 {
24696
return
nil
24697
}
24698
e.dedupe()
24699
return
e
24700
}
24701
24702
func
(e *errList) dedupe() {
24703
var
cleaned []error
Callers
1
parse
Method · 0.80
Calls
1
dedupe
Method · 0.95
Tested by
no test coverage detected