Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ writeLog
Function
writeLog
src/utils/__tests__/log-retention.test.ts:87–89 ·
view source on GitHub ↗
(name: string, mtimeMs: number)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
writeLog(name: string, mtimeMs: number): string {
88
return
writeLogIn(logDir, name, mtimeMs);
89
}
90
91
describe(
'log retention'
, () => {
92
beforeEach(() => {
Callers
1
log-retention.test.ts
File · 0.85
Calls
1
writeLogIn
Function · 0.85
Tested by
no test coverage detected