MCPcopy Index your code
hub / github.com/craftreactnative/ui / DownloadOptions

Interface DownloadOptions

cli/src/utils/github-downloader.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const REDIRECT_CODES = [301, 302, 303, 307, 308];
14
15interface DownloadOptions {
16 branch?: string;
17 silent?: boolean;
18 forceLatest?: boolean;
19}
20
21const getCacheDir = () => path.join(os.tmpdir(), "craftrn-ui-cli-cache");
22const getCachePath = (branch: string) => path.join(getCacheDir(), branch);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected