Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.50
Calls
1
update
Method · 0.65
Tested by
no test coverage detected