Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ getResolvedCache
Function
getResolvedCache
packages/vite/src/node/packages.ts:219–221 ·
view source on GitHub ↗
(key, options)
Source
from the content-addressed store, hash-verified
217
resolvedCache[getResolveCacheKey(key, options)] = entry
218
},
219
getResolvedCache(key, options) {
220
return
resolvedCache[getResolveCacheKey(key, options)]
221
},
222
}
223
224
return
pkg
Callers
2
resolvePackageEntry
Function · 0.85
resolveDeepImport
Function · 0.85
Calls
1
getResolveCacheKey
Function · 0.85
Tested by
no test coverage detected