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

Function dirxml

packages/effect/src/internal/console.ts:73–73  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

71
72/** @internal */
73export const dirxml = (...args: ReadonlyArray<any>) => consoleWith((_) => _.dirxml(...args))
74
75/** @internal */
76export const error = (...args: ReadonlyArray<any>) => consoleWith((_) => _.error(...args))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
dirxmlMethod · 0.65

Tested by

no test coverage detected