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

Method hasSubParams

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

Source from the content-addressed store, hash-verified

5200 else {
5201 if (e3 < -1) throw new Error("values lesser than -1 are not allowed");
5202 this._subParams[this._subParamsLength++] = e3 > i2 ? i2 : e3, this._subParamsIdx[this.length - 1]++;
5203 }
5204 }
5205 hasSubParams(e3) {
5206 return (255 & this._subParamsIdx[e3]) - (this._subParamsIdx[e3] >> 8) > 0;
5207 }

Callers 2

_extractColorMethod · 0.80
charAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected