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

Function trace

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

Source from the content-addressed store, hash-verified

111
112/** @internal */
113export const trace = (...args: ReadonlyArray<any>) => consoleWith((_) => _.trace(...args))
114
115/** @internal */
116export const warn = (...args: ReadonlyArray<any>) => consoleWith((_) => _.warn(...args))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
traceMethod · 0.65

Tested by

no test coverage detected