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

Function file

starters/dev-server.ts:28–30  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

26
27// map the file path to a url for windows only
28const file = (filePath: string) => {
29 return isWindows ? pathToFileURL(filePath).toString() : filePath;
30};
31
32// Escape path for imports in windows
33const escapeChars = (filePath: string) => {

Callers 2

cityAppFunction · 0.85
ssrAppFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…