Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ logger.test.ts
File
logger.test.ts
packages/computerd/src/cli/logger.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawn } from
"node:child_process"
;
2
import
fs from
"node:fs"
;
3
import
fsp from
"node:fs/promises"
;
4
import
os from
"node:os"
;
Callers
nothing calls this directly
Calls
12
formatLogEntry
Function · 0.85
createFileLogger
Function · 0.85
installLogging
Function · 0.85
existsSync
Method · 0.80
resolve
Method · 0.80
rm
Method · 0.65
write
Method · 0.65
close
Method · 0.65
readFile
Method · 0.65
writeFile
Method · 0.65
log
Method · 0.65
error
Method · 0.65
Tested by
no test coverage detected