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

Method copyFrom

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

Source from the content-addressed store, hash-verified

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];
4179 this._extendedAttrs = {};
4180 for (const t3 in e3._extendedAttrs) this._extendedAttrs[t3] = e3._extendedAttrs[t3];
4181 this.isWrapped = e3.isWrapped;
4182 }
4183 clone() {
4184 const e3 = new h(0);
4185 e3._data = new Uint32Array(this._data), e3.length = this.length;

Callers 1

scrollMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected