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

Function getDefaultCommandExecutor

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

Source from the content-addressed store, hash-verified

321}
322
323export function getDefaultCommandExecutor(): CommandExecutor {
324 return _testCommandExecutorOverride ?? defaultExecutor;
325}
326
327export function getDefaultFileSystemExecutor(): FileSystemExecutor {
328 return _testFileSystemExecutorOverride ?? defaultFileSystemExecutor;

Callers 15

enrichSentryMetadataFunction · 0.90
runDoctorFunction · 0.90
refreshSimulatorDefaultsFunction · 0.90
createTestExecutorFunction · 0.90
inferPlatformFunction · 0.90
startXcodeStateWatcherFunction · 0.90
isAxeAtLeastVersionFunction · 0.90
detectPlatformFromSchemeFunction · 0.90
isXcodemakeAvailableFunction · 0.90
executeXcodemakeCommandFunction · 0.90
executeMakeCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected