MCPcopy
hub / github.com/MiniMax-AI/cli / DownloadOpts

Interface DownloadOpts

src/files/download.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ExitCode } from '../errors/codes';
5
6export interface DownloadOpts {
7 quiet?: boolean;
8 retries?: number;
9 retryDelayMs?: number;
10}
11
12export async function downloadFile(
13 url: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected