Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
type
retryableTestErr
struct
{}
33
34
func
(retryableTestErr) Error() string {
return
"retry me"
}
35
func
(retryableTestErr) IsRetryable() bool {
return
true }
36
37
type
nonRetryableTestErr
struct
{}
Callers
15
Check
Method · 0.45
ErrorAsIssues
Function · 0.45
TestFunctionMerge
Function · 0.45
TestFunctionNoOverloads
Function · 0.45
TestUnaryBinding
Function · 0.45
TestBinaryBinding
Function · 0.45
TestFunctionDisableDeclaration
Function · 0.45
TestFunctionDisableDeclarationMerge
Function · 0.45
TestExprDeclToDeclarationInvalid
Function · 0.45
TestFunctionDeclExcludeOverloads
Function · 0.45
TestFunctionDeclIncludeOverloads
Function · 0.45
testParse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected