()
| 2350 | // via process.memoryUsage()). Aggregate count preserves the signal. |
| 2351 | let divergenceCount = 0 |
| 2352 | const onDivergence = () => { |
| 2353 | divergenceCount++ |
| 2354 | } |
| 2355 | const results = await Promise.all( |
| 2356 | subcommands.map(c => bashCommandIsSafeAsync(c, onDivergence)), |
| 2357 | ) |
no outgoing calls
no test coverage detected