MCPcopy 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
37func (l *List) AddError(msg string, pos, end int) {
38 l.errors.Append(l, msg, pos, end)
39}
40
41func (l *List) Error() error {
42 if len(l.errors) == 0 {

Callers 3

semOpMethod · 0.80
errorMethod · 0.80
convertParseErrsFunction · 0.80

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected