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

Method getCodePoint

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

Source from the content-addressed store, hash-verified

4088 return 4194303 & this._data[3 * e3 + 0];
4089 }
4090 getCodePoint(e3) {
4091 const t3 = this._data[3 * e3 + 0];
4092 return 2097152 & t3 ? this._combined[e3].charCodeAt(this._combined[e3].length - 1) : 2097151 & t3;
4093 }
4094 isCombined(e3) {
4095 return 2097152 & this._data[3 * e3 + 0];
4096 }

Callers 1

_getWordAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected