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

Function resolveStatic

scripts/qwik-city.ts:686–688  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

684}
685
686function resolveStatic(path: string) {
687 return importPath(/static$/, path);
688}
689
690function resolveAdapterShared(path: string) {
691 return importPath(/shared\/vite$/, path);

Callers 2

buildAdapterSharedViteFunction · 0.85
buildAdapterStaticViteFunction · 0.85

Calls 1

importPathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…