MCPcopy 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 */
6export const getBugErrorMessage = (message: string) =>
7 `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`

Callers 6

composeFunction · 0.85
yieldWrapGetFunction · 0.85
customFunction · 0.85
flattenCauseLoopFunction · 0.85
evaluateCauseFunction · 0.85
unionLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected