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

Function debug

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

Source from the content-addressed store, hash-verified

65
66/** @internal */
67export const debug = (...args: ReadonlyArray<any>) => consoleWith((_) => _.debug(...args))
68
69/** @internal */
70export const dir = (item: any, options?: any) => consoleWith((_) => _.dir(item, options))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
debugMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…