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

Method reset

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

Source from the content-addressed store, hash-verified

3445 return this._parser.reset(), this._onRequestReset.fire(), true;
3446 }
3447 reset() {
3448 this._curAttrData = l.DEFAULT_ATTR_DATA.clone(), this._eraseAttrDataInternal = l.DEFAULT_ATTR_DATA.clone();
3449 }
3450 _eraseAttrData() {
3451 return this._eraseAttrDataInternal.bg &= -67108864, this._eraseAttrDataInternal.bg |= 67108863 & this._curAttrData.bg, this._eraseAttrDataInternal;
3452 }

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected