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

Function warn

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

Source from the content-addressed store, hash-verified

114
115/** @internal */
116export const warn = (...args: ReadonlyArray<any>) => consoleWith((_) => _.warn(...args))
117
118/** @internal */
119export const withGroup = dual<

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
warnMethod · 0.65

Tested by

no test coverage detected