MCPcopy Create free account
hub / github.com/craftreactnative/ui / getCachePath

Function getCachePath

cli/src/utils/github-downloader.ts:22–22  ·  view source on GitHub ↗
(branch: string)

Source from the content-addressed store, hash-verified

20
21const getCacheDir = () => path.join(os.tmpdir(), "craftrn-ui-cli-cache");
22const getCachePath = (branch: string) => path.join(getCacheDir(), branch);
23const getCacheMetadataPath = (branch: string) =>
24 path.join(getCachePath(branch), ".cache-metadata.json");
25

Callers 2

getCacheMetadataPathFunction · 0.85
downloadFromGitHubFunction · 0.85

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected