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

Method finish

src/output/progress.ts:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41export interface ProgressBar {
42 update(current: number): void;
43 finish(): void;
44}
45
46export function createProgressBar(total: number, label = ''): ProgressBar {

Callers 1

downloadFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected