MCPcopy Create free account
hub / github.com/Effect-TS/effect / dirxml

Function dirxml

packages/effect/src/Console.ts:362–367  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

360 * @since 2.0.0
361 */
362export const dirxml = (...args: ReadonlyArray<any>): Effect.Effect<void> =>
363 consoleWith((console) =>
364 effect.sync(() => {
365 console.dirxml(...args)
366 })
367 )
368
369/**
370 * Writes an error-level message to the console, typically displayed with error

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
dirxmlMethod · 0.80
syncMethod · 0.45

Tested by

no test coverage detected