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

Function run

src/smoke-tests/__tests__/cli-surface.test.ts:13–20  ·  view source on GitHub ↗
(args: string)

Source from the content-addressed store, hash-verified

11 return env;
12})();
13const run = (args: string): string => {
14 const argv = args.trim() ? args.trim().split(/\s+/) : [];
15 return execFileSync('node', [CLI, ...argv], {
16 encoding: 'utf8',
17 timeout: 15_000,
18 env: cliEnv,
19 });
20};
21
22const runMayFail = (args: string): { stdout: string; status: number } => {
23 try {

Callers 15

runMayFailFunction · 0.85
runToolLogicFunction · 0.85
runLogicFunction · 0.85
runLogicFunction · 0.85
runListDevicesLogicFunction · 0.85
runListSimsLogicFunction · 0.85
runDragFunction · 0.85
runBatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected