Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/riverqueue/river
/ Error
Method
Error
rivertest/worker.go:287–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
func
(e *PanicError) Error() string {
288
return
fmt.Sprintf(
"rivertest.PanicError: %v\n%s"
, e.Cause, e.Trace)
289
}
290
291
func
(e *PanicError) Is(target error) bool {
292
_, ok := target.(*PanicError)
Callers
12
TestPanicError
Function · 0.95
TestTestTx
Function · 0.45
TestTx
Function · 0.45
StressErr
Function · 0.45
TestListener_Connect
Function · 0.45
exerciseJobRead
Function · 0.45
exerciseJobUpdate
Function · 0.45
exerciseJobInsert
Function · 0.45
exerciseDriverPool
Function · 0.45
requireMissingRelation
Function · 0.45
TestMigrator
Function · 0.45
TestWorker_Work
Function · 0.45
Calls
no outgoing calls
Tested by
6
TestPanicError
Function · 0.76
TestTestTx
Function · 0.36
TestTx
Function · 0.36
TestListener_Connect
Function · 0.36
TestMigrator
Function · 0.36
TestWorker_Work
Function · 0.36