Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ fsPathFromUrl
Function
fsPathFromUrl
packages/vitest/src/node/vite.ts:66–68 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
fsPathFromUrl(url: string): string {
67
return
fsPathFromId(cleanUrl(url))
68
}
Callers
1
isFileServingAllowed
Function · 0.85
Calls
2
cleanUrl
Function · 0.90
fsPathFromId
Function · 0.85
Tested by
no test coverage detected