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

Method getWidth

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

Source from the content-addressed store, hash-verified

1707 return 2097152;
1708 }
1709 getWidth() {
1710 return this._width;
1711 }
1712 getChars() {
1713 return this.combinedData;
1714 }

Callers 15

getAsCharDataMethod · 0.95
_syncTextAreaMethod · 0.45
createRowMethod · 0.45
getJoinedCharactersMethod · 0.45
_getWordAtMethod · 0.45
_isCharWordSeparatorMethod · 0.45
printMethod · 0.45
i2Function · 0.45
_mapStrIdxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected