MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _start

Method _start

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

Source from the content-addressed store, hash-verified

5097 }
5098 reset() {
5099 if (2 === this._state) for (let e3 = this._stack.paused ? this._stack.loopPosition - 1 : this._active.length - 1; e3 >= 0; --e3) this._active[e3].end(false);
5100 this._stack.paused = false, this._active = n, this._id = -1, this._state = 0;
5101 }
5102 _start() {
5103 if (this._active = this._handlers[this._id] || n, this._active.length) for (let e3 = this._active.length - 1; e3 >= 0; e3--) this._active[e3].start();
5104 else this._handlerFb(this._id, "START");
5105 }

Callers 2

putMethod · 0.45
endMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected