MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _handleTab

Method _handleTab

src/server/web/public/terminal.js:62–64  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

60 })));
61 }
62 _handleTab(e3) {
63 for (let t3 = 0; t3 < e3; t3++) this._handleChar(" ");
64 }
65 _handleChar(e3) {
66 this._liveRegionLineCount < 21 && (this._charsToConsume.length > 0 ? this._charsToConsume.shift() !== e3 && (this._charsToAnnounce += e3) : this._charsToAnnounce += e3, "\n" === e3 && (this._liveRegionLineCount++, 21 === this._liveRegionLineCount && (this._liveRegion.textContent += n.tooMuchOutput)));
67 }

Callers 1

constructorMethod · 0.80

Calls 1

_handleCharMethod · 0.80

Tested by

no test coverage detected