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

Method _preserveStack

src/server/web/public/terminal.js:4942–4944  ·  view source on GitHub ↗
(e3, t3, i3, s3, r2)

Source from the content-addressed store, hash-verified

4940 this._errorHandler = this._errorHandlerFb;
4941 }
4942 reset() {
4943 this.currentState = this.initialState, this._oscParser.reset(), this._dcsParser.reset(), this._params.reset(), this._params.addParam(0), this._collect = 0, this.precedingJoinState = 0, 0 !== this._parseStack.state && (this._parseStack.state = 2, this._parseStack.handlers = []);
4944 }
4945 _preserveStack(e3, t3, i3, s3, r2) {
4946 this._parseStack.state = e3, this._parseStack.handlers = t3, this._parseStack.handlerPos = i3, this._parseStack.transition = s3, this._parseStack.chunkPos = r2;
4947 }

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected