MCPcopy
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

resolvePackageEntryFunction · 0.85
resolveDeepImportFunction · 0.85

Calls 1

getResolveCacheKeyFunction · 0.85

Tested by

no test coverage detected