Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ dirxml
Function
dirxml
packages/effect/src/internal/defaultServices/console.ts:45–49 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
43
})
44
},
45
dirxml(...args) {
46
return
core.sync(() => {
47
console.dirxml(...args)
48
})
49
},
50
error(...args) {
51
return
core.sync(() => {
52
console.error(...args)
Callers
nothing calls this directly
Calls
2
sync
Method · 0.80
dirxml
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…