MCPcopy Create free account
hub / github.com/cel-expr/cel-go / GetErrors

Method GetErrors

common/errors.go:69–71  ·  view source on GitHub ↗

GetErrors returns the list of observed errors.

()

Source from the content-addressed store, hash-verified

67
68// GetErrors returns the list of observed errors.
69func (e *Errors) GetErrors() []*Error {
70 return e.errors[:]
71}
72
73// Append creates a new Errors object with the current and input errors.
74func (e *Errors) Append(errs []*Error) *Errors {

Callers 15

CheckMethod · 0.95
TestErrorsFunction · 0.95
TestPruneFunction · 0.80
computeCostFunction · 0.80
programFunction · 0.80
testMustParseFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestErrorsFunction · 0.76
TestPruneFunction · 0.64
computeCostFunction · 0.64
programFunction · 0.64
testMustParseFunction · 0.64
TestCheckFunction · 0.64