MCPcopy Index your code
hub / github.com/riverqueue/river / Is

Method Is

rivertest/worker.go:291–294  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

289}
290
291func (e *PanicError) Is(target error) bool {
292 _, ok := target.(*PanicError)
293 return ok
294}
295
296type errorHandlerWrapper struct {
297 HandleErrorFunc func(ctx context.Context, job *rivertype.JobRow, err error) *jobexecutor.ErrorHandlerResult

Callers 14

TestTxFunction · 0.45
StressErrFunction · 0.45
DBPoolFunction · 0.45
interpretErrorFunction · 0.45
interpretErrorFunction · 0.45
JobCancelMethod · 0.45
JobDeleteMethod · 0.45
JobRetryMethod · 0.45
JobScheduleMethod · 0.45
interpretErrorFunction · 0.45
WaitForNotificationMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTxFunction · 0.36