()
| 16 | // Note: this symbol needs to be kept in sync with `src/api/get-cloudflare-context.ts` |
| 17 | Object.defineProperty(globalThis, Symbol.for("__cloudflare-context__"), { |
| 18 | get() { |
| 19 | return cloudflareContextALS.getStore(); |
| 20 | }, |
| 21 | }); |
| 22 | |
| 23 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected