MCPcopy 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
57export function getUvCacheDir(workPath: string): string {
58 return join(workPath, ...UV_CACHE_DIR_SUBPATH);
59}
60
61export class UvRunner {
62 private uvPath: string;

Callers 4

unit.test.tsFile · 0.90
buildFunction · 0.90
prepareCacheFunction · 0.90
pipInstallFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected