Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ getUvCacheDir
Function
getUvCacheDir
packages/python/src/uv.ts:57–59 ·
view source on GitHub ↗
(workPath: string)
Source
from the content-addressed store, hash-verified
55
}
56
57
export
function
getUvCacheDir(workPath: string): string {
58
return
join(workPath, ...UV_CACHE_DIR_SUBPATH);
59
}
60
61
export
class
UvRunner {
62
private uvPath: string;
Callers
4
unit.test.ts
File · 0.90
build
Function · 0.90
prepareCache
Function · 0.90
pipInstall
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected