MCPcopy 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
87function writeLog(name: string, mtimeMs: number): string {
88 return writeLogIn(logDir, name, mtimeMs);
89}
90
91describe('log retention', () => {
92 beforeEach(() => {

Callers 1

Calls 1

writeLogInFunction · 0.85

Tested by

no test coverage detected