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

Method debug

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

Source from the content-addressed store, hash-verified

31 count(label?: string): Effect<void>
32 countReset(label?: string): Effect<void>
33 debug(...args: ReadonlyArray<any>): Effect<void>
34 dir(item: any, options?: any): Effect<void>
35 dirxml(...args: ReadonlyArray<any>): Effect<void>
36 error(...args: ReadonlyArray<any>): Effect<void>

Callers 3

debugFunction · 0.65
loggerWithLeveledLogFunction · 0.65
debugFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected