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

Function __getRealCommandExecutor

src/utils/command.ts:315–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313}
314
315export function __getRealCommandExecutor(): CommandExecutor {
316 return defaultExecutor;
317}
318
319export function __getRealFileSystemExecutor(): FileSystemExecutor {
320 return defaultFileSystemExecutor;

Callers 1

command.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected