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

Function __setTestCommandExecutorOverride

src/utils/command.ts:302–304  ·  view source on GitHub ↗
(executor: CommandExecutor | null)

Source from the content-addressed store, hash-verified

300let _testFileSystemExecutorOverride: FileSystemExecutor | null = null;
301
302export function __setTestCommandExecutorOverride(executor: CommandExecutor | null): void {
303 _testCommandExecutorOverride = executor;
304}
305
306export function __setTestFileSystemExecutorOverride(executor: FileSystemExecutor | null): void {
307 _testFileSystemExecutorOverride = executor;

Calls

no outgoing calls

Tested by

no test coverage detected