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

Method Error

cel/async/async_test.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32type retryableTestErr struct{}
33
34func (retryableTestErr) Error() string { return "retry me" }
35func (retryableTestErr) IsRetryable() bool { return true }
36
37type nonRetryableTestErr struct{}

Callers 15

CheckMethod · 0.45
ErrorAsIssuesFunction · 0.45
TestFunctionMergeFunction · 0.45
TestFunctionNoOverloadsFunction · 0.45
TestUnaryBindingFunction · 0.45
TestBinaryBindingFunction · 0.45
testParseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected