MCPcopy Create free account
hub / github.com/Effect-TS/effect / report

Method report

packages/effect/src/ErrorReporter.ts:78–78  ·  view source on GitHub ↗
(options: {
    readonly cause: Cause.Cause<unknown>
    readonly fiber: Fiber.Fiber<unknown, unknown>
    readonly timestamp: bigint
  })

Source from the content-addressed store, hash-verified

76export interface ErrorReporter {
77 readonly [TypeId]: TypeId
78 report(options: {
79 readonly cause: Cause.Cause<unknown>
80 readonly fiber: Fiber.Fiber<unknown, unknown>
81 readonly timestamp: bigint

Callers 7

Cli.tsFile · 0.80
checkClassFunction · 0.80
checkSourceFunction · 0.80
ProgramFunction · 0.80
LiteralFunction · 0.80
ImportDeclarationFunction · 0.80
effect.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected