MCPcopy
hub / github.com/codeaashu/claude-code / hasContent

Method hasContent

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

Source from the content-addressed store, hash-verified

4085 return this._data[3 * e3 + 2];
4086 }
4087 hasContent(e3) {
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;

Callers 5

deleteCellsMethod · 0.95
provideLinksMethod · 0.80
printMethod · 0.80
backspaceMethod · 0.80
i2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected