MCPcopy
hub / github.com/di-sukharev/opencommit / clone

Method clone

out/cli.cjs:6749–6758  ·  view source on GitHub ↗

* Clone this response * * @return Response

()

Source from the content-addressed store, hash-verified

6747 * @return Response
6748 */
6749 clone() {
6750 return new _Response(clone(this), {
6751 url: this.url,
6752 status: this.status,
6753 statusText: this.statusText,
6754 headers: this.headers,
6755 ok: this.ok,
6756 redirected: this.redirected
6757 });
6758 }
6759 };
6760 Body.mixIn(Response6.prototype);
6761 Object.defineProperties(Response6.prototype, {

Callers

nothing calls this directly

Calls 2

cloneFunction · 0.85
cloneResponseFunction · 0.85

Tested by

no test coverage detected