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

Method clone

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

Source from the content-addressed store, hash-verified

1309interface Response extends Body {
1310 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */
1311 clone(): Response;
1312 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */
1313 status: number;
1314 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected