Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
set
Method · 0.45
resize
Method · 0.45
_doWarmUp
Method · 0.45
Calls
2
_start
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected