()
| 5728 | } |
| 5729 | }, |
| 5730 | exec_async_array() { |
| 5731 | return this.exec(Array.from({length: 4}, (_, i) => `async_command ${i}`)); |
| 5732 | }, |
| 5733 | async_command(n) { |
| 5734 | this.pause(); |
| 5735 | setTimeout(() => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…