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

Method getString

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

Source from the content-addressed store, hash-verified

4095 return 2097152 & this._data[3 * e3 + 0];
4096 }
4097 getString(e3) {
4098 const t3 = this._data[3 * e3 + 0];
4099 return 2097152 & t3 ? this._combined[e3] : 2097151 & t3 ? (0, o.stringFromCodePoint)(2097151 & t3) : "";
4100 }
4101 isProtected(e3) {
4102 return 536870912 & this._data[3 * e3 + 2];
4103 }

Callers 3

_getWordAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected