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