Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ __resetStorageDriverCache
Function
__resetStorageDriverCache
packages/container/src/storage-driver.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
/** Test-only: clear the memoized driver so env changes take effect. */
35
export
function
__resetStorageDriverCache(): void {
36
cachedStorageDriver = undefined;
37
}
38
39
/**
40
* Pick a storage driver
for
container image builds.
Callers
1
unit.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected