MCPcopy 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

syncMethod · 0.80
debugMethod · 0.65

Tested by

no test coverage detected