MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / progress

Function progress

packages/cli/src/capture/index.ts:62–64  ·  view source on GitHub ↗
(stage: string, detail?: string)

Source from the content-addressed store, hash-verified

60
61 const warnings: string[] = [];
62 const progress = (stage: string, detail?: string) => {
63 onProgress?.(stage, detail);
64 };
65
66 // Load .env file from repo root if it exists (for GEMINI_API_KEY, etc.)
67 loadEnvFile(outputDir);

Callers 4

captureWebsiteFunction · 0.85
captureVideoManifestFunction · 0.85
captionImagesWithGeminiFunction · 0.85
generateProjectScaffoldFunction · 0.85

Calls 1

onProgressFunction · 0.50

Tested by

no test coverage detected