MCPcopy Create free account
hub / github.com/JacobLinCool/LeetCode-Stats-Card / add

Method add

packages/cloudflare-worker/src/headers.ts:27–35  ·  view source on GitHub ↗
(...types: (keyof typeof source)[])

Source from the content-addressed store, hash-verified

25 }
26
27 add(...types: (keyof typeof source)[]): Headers {
28 for (const type of types) {
29 for (const [key, value] of Object.entries(source[type])) {
30 this.set(key, value);
31 }
32 }
33
34 return this;
35 }
36}

Callers 3

fetchFunction · 0.80
generateFunction · 0.80
handler.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected