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

Class

worker-configuration.d.ts:2105–2105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2103 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)
2104 */
2105declare class URL {
2106 constructor(url: string | URL, base?: string | URL);
2107 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/origin) */
2108 get origin(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected