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

Method getCode

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

Source from the content-addressed store, hash-verified

8437 return this.content >> 22;
8438 }
8439 getChars() {
8440 return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : "";
8441 }
8442 getCode() {
8443 return this.isCombined() ? this.combinedData.charCodeAt(this.combinedData.length - 1) : 2097151 & this.content;
8444 }

Callers 1

getAsCharDataMethod · 0.95

Calls 1

isCombinedMethod · 0.95

Tested by

no test coverage detected