MCPcopy Index your code
hub / github.com/Effect-TS/effect / error

Function error

packages/effect/src/internal/console.ts:76–76  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

74
75/** @internal */
76export const error = (...args: ReadonlyArray<any>) => consoleWith((_) => _.error(...args))
77
78/** @internal */
79export const group = (options?: {

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
errorMethod · 0.65

Tested by

no test coverage detected