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

Method fill

src/server/web/public/terminal.js:4169–4175  ·  view source on GitHub ↗
(e3, t3 = false)

Source from the content-addressed store, hash-verified

4167 return 0;
4168 }
4169 fill(e3, t3 = false) {
4170 if (t3) for (let t4 = 0; t4 < this.length; ++t4) this.isProtected(t4) || this.setCell(t4, e3);
4171 else {
4172 this._combined = {}, this._extendedAttrs = {};
4173 for (let t4 = 0; t4 < this.length; ++t4) this.setCell(t4, e3);
4174 }
4175 }
4176 copyFrom(e3) {
4177 this.length !== e3.length ? this._data = new Uint32Array(e3._data) : this._data.set(e3._data), this.length = e3.length, this._combined = {};
4178 for (const t3 in e3._combined) this._combined[t3] = e3._combined[t3];

Callers 15

TextInputFunction · 0.80
PreviewBoxBodyFunction · 0.80
generateHeatmapFunction · 0.80
base58EncodeFunction · 0.80
expandIPv6GroupsFunction · 0.80
applyPaddingToTextFunction · 0.80
renderNodeToOutputFunction · 0.80
initCharAsciiFunction · 0.80
resetScreenFunction · 0.80
clearRegionFunction · 0.80
shiftRowsFunction · 0.80
markNoSelectRegionFunction · 0.80

Calls 2

isProtectedMethod · 0.95
setCellMethod · 0.95

Tested by

no test coverage detected