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

Function __clearTestExecutorOverrides

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

Source from the content-addressed store, hash-verified

308}
309
310export function __clearTestExecutorOverrides(): void {
311 _testCommandExecutorOverride = null;
312 _testFileSystemExecutorOverride = null;
313}
314
315export function __getRealCommandExecutor(): CommandExecutor {
316 return defaultExecutor;

Callers 4

cleanupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected