MCPcopy Index your code
hub / github.com/QwikDev/qwik / normalizePreLoaderOptions

Function normalizePreLoaderOptions

packages/qwik/src/server/preload-impl.ts:232–236  ·  view source on GitHub ↗
(
  input: PreloaderOptions | undefined
)

Source from the content-addressed store, hash-verified

230};
231
232function normalizePreLoaderOptions(
233 input: PreloaderOptions | undefined
234): Required<PreloaderOptions> {
235 return { ...PreLoaderOptionsDefault, ...input };
236}
237
238const PreLoaderOptionsDefault: Required<PreloaderOptions> = {
239 ssrPreloads: 7,

Callers 1

includePreloaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…