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

Method fromCharData

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

Source from the content-addressed store, hash-verified

4328 super(...arguments), this.content = 0, this.fg = 0, this.bg = 0, this.extended = new n.ExtendedAttrs(), this.combinedData = "";
4329 }
4330 static fromCharData(e3) {
4331 const t3 = new o();
4332 return t3.setFromCharData(e3), t3;
4333 }
4334 isCombined() {
4335 return 2097152 & this.content;
4336 }

Callers 2

constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

setFromCharDataMethod · 0.95

Tested by

no test coverage detected