Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ IsRetryable
Method
IsRetryable
cel/async/async.go:169–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
type
RetryableError
interface
{
168
error
169
IsRetryable() bool
170
}
171
172
// Retry wraps a BlockingAsyncOp with a retry policy.
Callers
1
isRetryable
Function · 0.95
Implementers
2
retryableTestErr
cel/async/async_test.go
nonRetryableTestErr
cel/async/async_test.go
Calls
no outgoing calls
Tested by
no test coverage detected