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

Class

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

Source from the content-addressed store, hash-verified

1241 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers)
1242 */
1243declare class Headers {
1244 constructor(init?: HeadersInit);
1245 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */
1246 get(name: string): string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected