Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ debug
Function
debug
packages/effect/src/internal/defaultServices/console.ts:35–39 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
33
})
34
},
35
debug(...args) {
36
return
core.sync(() => {
37
console.debug(...args)
38
})
39
},
40
dir(item, options) {
41
return
core.sync(() => {
42
console.dir(item, options)
Callers
nothing calls this directly
Calls
2
sync
Method · 0.80
debug
Method · 0.65
Tested by
no test coverage detected