()
| 470 | } |
| 471 | |
| 472 | function createDisabledExecTraceContext(): ExecTraceContext { |
| 473 | return { |
| 474 | emitForegroundCompletion: () => {}, |
| 475 | emitBackgroundSpawn: () => {}, |
| 476 | emitBackgroundCompletion: () => {}, |
| 477 | }; |
| 478 | } |
| 479 | |
| 480 | function emitExecCommandDiagnostic(params: { |
| 481 | cmd: string; |
no outgoing calls
no test coverage detected