MCPcopy Create free account
hub / github.com/StarpTech/FastGraph /

Class

src/test-utils.ts:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207// @ts-ignore - faking it
208globalThis.Headers = class Headers extends Map {
209 get(key: string) {
210 return super.get(key.toLowerCase())
211 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected