MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / writeExecutable

Function writeExecutable

src/utils/__tests__/axe-helpers.test.ts:9–13  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

7import { __resetConfigStoreForTests } from '../config-store.ts';
8
9function writeExecutable(path: string): void {
10 mkdirSync(dirname(path), { recursive: true });
11 writeFileSync(path, '');
12 chmodSync(path, 0o755);
13}
14
15describe('axe-helpers', () => {
16 let originalResourceRoot: string | undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected