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

Method clone

out/cli.cjs:6862–6864  ·  view source on GitHub ↗

* Clone this request * * @return Request

()

Source from the content-addressed store, hash-verified

6860 * @return Request
6861 */
6862 clone() {
6863 return new _Request(this);
6864 }
6865 };
6866 Body.mixIn(Request6.prototype);
6867 Object.defineProperty(Request6.prototype, Symbol.toStringTag, {

Callers 4

afterSuccessMethod · 0.45
_doMethod · 0.45
logRequestFunction · 0.45
logResponseFunction · 0.45

Calls 2

cloneRequestFunction · 0.85
abortMethod · 0.45

Tested by

no test coverage detected