Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ getAssets
Method
getAssets
packages/vite/src/node/plugins/worker.ts:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
getAssets() {
136
return
this.assets.values()
137
}
138
139
getEntryFilenameFromHash(hash: string) {
140
return
this.fileNameHash.get(hash)
Callers
1
generateBundle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected