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

Method getSubParams

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

Source from the content-addressed store, hash-verified

5203 }
5204 }
5205 hasSubParams(e3) {
5206 return (255 & this._subParamsIdx[e3]) - (this._subParamsIdx[e3] >> 8) > 0;
5207 }
5208 getSubParams(e3) {
5209 const t3 = this._subParamsIdx[e3] >> 8, i3 = 255 & this._subParamsIdx[e3];
5210 return i3 - t3 > 0 ? this._subParams.subarray(t3, i3) : null;
5211 }

Callers 2

_extractColorMethod · 0.80
charAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected