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

Method Error

ext/formatting.go:708–710  ·  view source on GitHub ↗

Error implements error.

()

Source from the content-addressed store, hash-verified

706
707// Error implements error.
708func (e formatError) Error() string {
709 return e.msg
710}
711
712// Is implements errors.Is.
713func (e formatError) Is(target error) bool {

Callers 15

registerMessagesFunction · 0.45
ProgramsMethod · 0.45
TestsMethod · 0.45
createResultMatcherMethod · 0.45
intOrErrorFunction · 0.45
bytesOrErrorFunction · 0.45
stringOrErrorFunction · 0.45
listStringOrErrorFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestStringFormatFunction · 0.36
TestBadLocaleFunction · 0.36
TestListsFunction · 0.36
TestListsRuntimeErrorsFunction · 0.36
TestListsVersionFunction · 0.36
TestGenRangeMaxSizeFunction · 0.36
TestStringFormatV2Function · 0.36