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

File xcodebuild-log-capture.test.ts

src/utils/__tests__/xcodebuild-log-capture.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, mkdtempSync } from 'node:fs';
3import { readFile, rm } from 'node:fs/promises';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 14

createLogCaptureFunction · 0.90
createParserDebugCaptureFunction · 0.90
tmpdirFunction · 0.85
rmFunction · 0.85
existsSyncFunction · 0.85
readFileFunction · 0.85
addUnrecognizedLineMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected