MCPcopy 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

167type RetryableError interface {
168 error
169 IsRetryable() bool
170}
171
172// Retry wraps a BlockingAsyncOp with a retry policy.

Callers 1

isRetryableFunction · 0.95

Implementers 2

retryableTestErrcel/async/async_test.go
nonRetryableTestErrcel/async/async_test.go

Calls

no outgoing calls

Tested by

no test coverage detected