MCPcopy
hub / github.com/jcubic/jquery.terminal / exec_async_array

Function exec_async_array

__tests__/terminal.spec.js:5730–5732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(() => {

Callers

nothing calls this directly

Calls 1

execMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…