MCPcopy
hub / github.com/codeaashu/claude-code / isProtected

Method isProtected

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

Source from the content-addressed store, hash-verified

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 }
4104 loadCell(e3, t3) {
4105 return a = 3 * e3, t3.content = this._data[a + 0], t3.fg = this._data[a + 1], t3.bg = this._data[a + 2], 2097152 & t3.content && (t3.combinedData = this._combined[e3]), 268435456 & t3.bg && (t3.extended = this._extendedAttrs[e3]), t3;
4106 }

Callers 3

replaceCellsMethod · 0.95
fillMethod · 0.95
requestStatusStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected