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

Function warn

packages/effect/src/internal/defaultServices/console.ts:94–98  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

92 })
93 },
94 warn(...args) {
95 return core.sync(() => {
96 console.warn(...args)
97 })
98 },
99 unsafe: console
100}

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
warnMethod · 0.65

Tested by

no test coverage detected