Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ getPublicFiles
Function
getPublicFiles
packages/vite/src/node/publicDir.ts:32–34 · packages/vite/src/node/publicDir.ts::getPublicFiles
(config: ResolvedConfig)
Source
from the content-addressed store, hash-verified
30
}
31
32
function
getPublicFiles(config: ResolvedConfig): Set<string> | undefined {
33
return
publicFilesMap.get(config)
34
}
35
36
export
function
checkPublicFile(
37
url: string,
Callers
1
checkPublicFile
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected