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

Method getTrimmedLength

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

Source from the content-addressed store, hash-verified

4188 return e3.isWrapped = this.isWrapped, e3;
4189 }
4190 getTrimmedLength() {
4191 for (let e3 = this.length - 1; e3 >= 0; --e3) if (4194303 & this._data[3 * e3 + 0]) return e3 + (this._data[3 * e3 + 0] >> 22);
4192 return 0;
4193 }
4194 getNoBgTrimmedLength() {
4195 for (let e3 = this.length - 1; e3 >= 0; --e3) if (4194303 & this._data[3 * e3 + 0] || 50331648 & this._data[3 * e3 + 2]) return e3 + (this._data[3 * e3 + 0] >> 22);
4196 return 0;

Callers 6

translateToStringMethod · 0.95
provideLinksMethod · 0.80
getJoinedCharactersMethod · 0.80
_reflowSmallerMethod · 0.80
i2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected