Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ error-log.test.ts
File
error-log.test.ts
packages/server/src/utils/error-log.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ existsSync, readFileSync, rmSync } from
'node:fs'
;
2
import
os from
'node:os'
;
3
import
path from
'node:path'
;
4
import
{ afterEach, describe, expect, it } from
'vitest'
;
Callers
nothing calls this directly
Calls
7
writeErrorLog
Function · 0.85
getErrorLogFilePath
Function · 0.85
getLogsDir
Function · 0.85
formatErrorLogEntry
Function · 0.85
trim
Method · 0.80
makeTempRoot
Function · 0.70
join
Method · 0.45
Tested by
no test coverage detected