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

Function _is_processing_complete

ci/compiler/platformio_cache.py:164–166  ·  view source on GitHub ↗

Check if processing is complete based on status file (legacy wrapper).

(status_file: Path)

Source from the content-addressed store, hash-verified

162
163
164def _is_processing_complete(status_file: Path) -> bool:
165 """Check if processing is complete based on status file (legacy wrapper)."""
166 return is_download_complete(status_file)
167
168
169def _download_with_progress(

Callers 2

download_artifactMethod · 0.85
handle_zip_artifactFunction · 0.85

Calls 1

is_download_completeFunction · 0.90

Tested by

no test coverage detected