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

Class ManifestResult

ci/compiler/platformio_cache.py:98–103  ·  view source on GitHub ↗

Result of manifest validation and type detection.

Source from the content-addressed store, hash-verified

96
97@dataclass
98class ManifestResult:
99 """Result of manifest validation and type detection."""
100
101 is_valid: bool
102 manifest_path: Optional[Path]
103 is_framework: bool
104
105
106def _get_remote_file_size(url: str) -> Optional[int]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected