MCPcopy Index your code
hub / github.com/Effect-TS/effect / dir

Function dir

packages/effect/src/internal/defaultServices/console.ts:40–44  ·  view source on GitHub ↗
(item, options)

Source from the content-addressed store, hash-verified

38 })
39 },
40 dir(item, options) {
41 return core.sync(() => {
42 console.dir(item, options)
43 })
44 },
45 dirxml(...args) {
46 return core.sync(() => {
47 console.dirxml(...args)

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
dirMethod · 0.65

Tested by

no test coverage detected