Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getChars
Method
getChars
src/server/web/public/terminal.js:1712–1714 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1710
return
this._width;
1711
}
1712
getChars() {
1713
return
this.combinedData;
1714
}
1715
getCode() {
1716
return
2097151;
1717
}
Callers
11
getAsCharData
Method · 0.95
createRow
Method · 0.45
getJoinedCharacters
Method · 0.45
_convertViewportColToCharacterIndex
Method · 0.45
_getWordAt
Method · 0.45
_isCharWordSeparator
Method · 0.45
_mapStrIdx
Method · 0.45
_stringLengthToBufferSize
Method · 0.45
_bufferColsToStringOffset
Method · 0.45
_updateModel
Method · 0.45
_fillCharTrueColor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected