MCPcopy
hub / github.com/opennextjs/opennextjs-cloudflare / get

Function get

packages/cloudflare/src/cli/templates/init.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected