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

Method warn

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

Source from the content-addressed store, hash-verified

47 timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void>
48 trace(...args: ReadonlyArray<any>): Effect<void>
49 warn(...args: ReadonlyArray<any>): Effect<void>
50 readonly unsafe: UnsafeConsole
51}
52

Callers 3

warnFunction · 0.65
loggerWithLeveledLogFunction · 0.65
warnFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected