MCPcopy Create free account
hub / github.com/FastLED/FastLED / ToolchainDownloadResult

Class ToolchainDownloadResult

ci/util/toolchain_downloader.py:39–48  ·  view source on GitHub ↗

Result of a toolchain download operation.

Source from the content-addressed store, hash-verified

37
38@dataclass
39class ToolchainDownloadResult:
40 """Result of a toolchain download operation."""
41
42 package_name: str
43 url: str
44 converted_url: Optional[str] = None
45 cache_dir: Optional[Path] = None
46 success: bool = False
47 needs_manual_install: bool = False
48 error_message: Optional[str] = None
49
50
51def extract_toolchains_from_platformio_ini(

Callers 2

download_toolchainFunction · 0.85
predownload_toolchainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected