MCPcopy 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
24694func (e errList) err() error {
24695 if len(e) == 0 {
24696 return nil
24697 }
24698 e.dedupe()
24699 return e
24700}
24701
24702func (e *errList) dedupe() {
24703 var cleaned []error

Callers 1

parseMethod · 0.80

Calls 1

dedupeMethod · 0.95

Tested by

no test coverage detected