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

Function info

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

Source from the content-addressed store, hash-verified

89
90/** @internal */
91export const info = (...args: ReadonlyArray<any>) => consoleWith((_) => _.info(...args))
92
93/** @internal */
94export const log = (...args: ReadonlyArray<any>) => consoleWith((_) => _.log(...args))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected