MCPcopy
hub / github.com/codeaashu/claude-code / _eraseAttrData

Method _eraseAttrData

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

Source from the content-addressed store, hash-verified

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 }
3453 setgLevel(e3) {
3454 return this._charsetService.setgLevel(e3), true;
3455 }

Callers 15

printMethod · 0.95
lineFeedMethod · 0.95
_eraseInBufferLineMethod · 0.95
_resetBufferLineMethod · 0.95
insertLinesMethod · 0.95
deleteLinesMethod · 0.95
insertCharsMethod · 0.95
deleteCharsMethod · 0.95
scrollUpMethod · 0.95
scrollLeftMethod · 0.95
scrollRightMethod · 0.95
insertColumnsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected