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

Function setServerPlatform

packages/qwik/src/server/index.ts:34–37  ·  view source on GitHub ↗
(manifest?: Partial<QwikManifest | ResolvedManifest>)

Source from the content-addressed store, hash-verified

32
33/** @public */
34export async function setServerPlatform(manifest?: Partial<QwikManifest | ResolvedManifest>) {
35 const platform = createPlatform({ manifest }, resolveManifest(manifest));
36 setPlatform(platform);
37}

Callers 7

createQwikCityFunction · 0.90
createQwikCityFunction · 0.90
createQwikCityFunction · 0.90
createQwikCityFunction · 0.90
createQwikCityFunction · 0.90
createQwikCityFunction · 0.90
createQwikCityFunction · 0.90

Calls 3

createPlatformFunction · 0.90
resolveManifestFunction · 0.90
setPlatformFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…