MCPcopy Create free account
hub / github.com/codeaashu/claude-code / fromCharData

Method fromCharData

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

Source from the content-addressed store, hash-verified

8424 const s2 = i2(133), r = i2(855), o = i2(147);
8425 class n extends o.AttributeData {
8426 constructor() {
8427 super(...arguments), this.content = 0, this.fg = 0, this.bg = 0, this.extended = new o.ExtendedAttrs(), this.combinedData = "";
8428 }
8429 static fromCharData(e3) {
8430 const t3 = new n();
8431 return t3.setFromCharData(e3), t3;
8432 }

Callers

nothing calls this directly

Calls 1

setFromCharDataMethod · 0.95

Tested by

no test coverage detected