MCPcopy Create free account
hub / github.com/idosal/git-mcp / clone

Method clone

worker-configuration.d.ts:1354–1354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1352interface Request<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> extends Body {
1353 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) */
1354 clone(): Request<CfHostMetadata, Cf>;
1355 /**
1356 * Returns request's HTTP method, which is "GET" by default.
1357 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected