Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ add
Method
add
compiler/parser/parser.go:24690–24692 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
24688
type
errList []error
24689
24690
func
(e *errList) add(err error) {
24691
*e = append(*e, err)
24692
}
24693
24694
func
(e errList) err() error {
24695
if
len(e) == 0 {
Callers
1
addErrAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected