MCPcopy Index your code
hub / github.com/Lightricks/LTX-Desktop / PythonSetupProgress

Interface PythonSetupProgress

electron/python-setup.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { logger } from './logger'
10
11export interface PythonSetupProgress {
12 status: 'downloading' | 'extracting' | 'complete' | 'error'
13 percent: number
14 downloadedBytes: number
15 totalBytes: number
16 speed: number
17}
18
19interface ArchiveManifest {
20 parts: { name: string; size: number }[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected