MCPcopy
hub / github.com/QwikDev/qwik / get

Function get

packages/qwik-city/src/static/main-thread.ts:190–192  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

188 const staticGenerate = await pageModule.onStaticGenerate({
189 env: {
190 get(key: string) {
191 return sys.getEnv(key);
192 },
193 },
194 });
195 if (Array.isArray(staticGenerate.params)) {

Callers 1

readLinesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected