MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / log-retention.test.ts

File log-retention.test.ts

src/utils/__tests__/log-retention.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from 'vitest';
2import { existsSync, mkdirSync, mkdtempSync, writeFileSync, utimesSync } from 'node:fs';
3import { rm } from 'node:fs/promises';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 12

tmpdirFunction · 0.85
rmFunction · 0.85
writeLogFunction · 0.85
pruneLogDirectoryFunction · 0.85
existsSyncFunction · 0.85
managedSimulatorLogNameFunction · 0.85
writeLogInFunction · 0.85
managedXcodebuildLogNameFunction · 0.70

Tested by

no test coverage detected