Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getBugErrorMessage
Function
getBugErrorMessage
packages/effect/src/internal/errors.ts:6–7 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
4
5
/** @internal */
6
export
const
getBugErrorMessage = (message: string) =>
7
`BUG: ${message} - please report an issue at https:
//github.com/Effect-TS/effect/issues`
Callers
6
compose
Function · 0.85
yieldWrapGet
Function · 0.85
custom
Function · 0.85
flattenCauseLoop
Function · 0.85
evaluateCause
Function · 0.85
unionLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected