MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / daemon-control.test.ts

File daemon-control.test.ts

src/cli/__tests__/daemon-control.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import { existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'node:fs';
3import { tmpdir } from 'node:os';
4import * as path from 'node:path';

Callers

nothing calls this directly

Calls 9

forceStopDaemonFunction · 0.90
writeDaemonRegistryEntryFunction · 0.90
readDaemonRegistryEntryFunction · 0.90
tmpdirFunction · 0.85
existsSyncFunction · 0.85
createMissingPidErrorFunction · 0.85
createEntryFunction · 0.70

Tested by

no test coverage detected