MCPcopy Index your code
hub / github.com/StarpTech/FastGraph / get

Method get

src/test-utils.ts:209–211  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

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

Callers 7

appendMethod · 0.95
matchFunction · 0.80
HeadersFunction · 0.80
NewKVNamespaceFunction · 0.80
isResponseCachableFunction · 0.80
apqFunction · 0.80
graphqlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected