MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _start

Method _start

src/server/web/public/terminal.js:3649–3651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3647 this._idleCallback && (this._cancelCallback(this._idleCallback), this._idleCallback = void 0), this._i = 0, this._tasks.length = 0;
3648 }
3649 _start() {
3650 this._idleCallback || (this._idleCallback = this._requestCallback(this._process.bind(this)));
3651 }
3652 _process(e3) {
3653 this._idleCallback = void 0;
3654 let t3 = 0, i3 = 0, s3 = e3.timeRemaining(), r2 = 0;

Callers 2

enqueueMethod · 0.95
_processMethod · 0.95

Calls 1

_requestCallbackMethod · 0.45

Tested by

no test coverage detected