Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ handler
Function
handler
packages/vite/src/node/plugins/html.ts:113–115 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
111
resolveId: {
112
filter: { id: isHtmlProxyRE },
113
handler(id) {
114
return
id
115
},
116
},
117
118
load: {
Callers
nothing calls this directly
Calls
15
cleanUrl
Function · 0.90
normalizePath
Function · 0.90
checkPublicFile
Function · 0.90
partialEncodeURIPath
Function · 0.90
getNodeAssetAttributes
Function · 0.90
processSrcSet
Function · 0.90
decodeURIIfPossible
Function · 0.90
encodeURIPath
Function · 0.90
isCSSRequest
Function · 0.90
getHash
Function · 0.90
urlToBuiltUrl
Function · 0.90
applyHtmlTransforms
Function · 0.85
Tested by
no test coverage detected