MCPcopy
hub / github.com/codeaashu/claude-code / enqueue

Method enqueue

src/server/web/public/terminal.js:3639–3641  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

3637 this._tasks = [], this._i = 0;
3638 }
3639 enqueue(e3) {
3640 this._tasks.push(e3), this._start();
3641 }
3642 flush() {
3643 for (; this._i < this._tasks.length; ) this._tasks[this._i]() || this._i++;
3644 this.clear();

Callers 3

setMethod · 0.45
resizeMethod · 0.45
_doWarmUpMethod · 0.45

Calls 2

_startMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected