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

Method start

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

Source from the content-addressed store, hash-verified

5105 }
5106 _put(e3, t3, i3) {
5107 if (this._active.length) for (let s3 = this._active.length - 1; s3 >= 0; s3--) this._active[s3].put(e3, t3, i3);
5108 else this._handlerFb(this._id, "PUT", (0, r.utf32ToString)(e3, t3, i3));
5109 }
5110 start() {
5111 this.reset(), this._state = 1;
5112 }

Callers 2

parseMethod · 0.45
_startMethod · 0.45

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected