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

Method getCode

src/server/web/public/terminal.js:4343–4345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4341 return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : "";
4342 }
4343 getCode() {
4344 return this.isCombined() ? this.combinedData.charCodeAt(this.combinedData.length - 1) : 2097151 & this.content;
4345 }
4346 setFromCharData(e3) {
4347 this.fg = e3[r.CHAR_DATA_ATTR_INDEX], this.bg = 0;
4348 let t3 = false;

Callers 1

getAsCharDataMethod · 0.95

Calls 1

isCombinedMethod · 0.95

Tested by

no test coverage detected