Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
sync
Method · 0.80
warn
Method · 0.65
Tested by
no test coverage detected