Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ trace
Function
trace
packages/effect/src/internal/defaultServices/console.ts:89–93 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
87
})
88
},
89
trace(...args) {
90
return
core.sync(() => {
91
console.trace(...args)
92
})
93
},
94
warn(...args) {
95
return
core.sync(() => {
96
console.warn(...args)
Callers
nothing calls this directly
Calls
2
sync
Method · 0.80
trace
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…