MCPcopy
hub / github.com/Effect-TS/effect / log

Function log

packages/cli/test/services/MockConsole.ts:38–38  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

36 ))
37
38 const log: MockConsole["log"] = (...args) => Ref.update(lines, Array.appendAll(args))
39
40 return MockConsole.of({
41 [Console.TypeId]: Console.TypeId,

Callers 1

Command.test.tsFile · 0.50

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected