MCPcopy 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

24688type errList []error
24689
24690func (e *errList) add(err error) {
24691 *e = append(*e, err)
24692}
24693
24694func (e errList) err() error {
24695 if len(e) == 0 {

Callers 1

addErrAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected