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

Function _write_status

ci/compiler/platformio_cache.py:159–161  ·  view source on GitHub ↗

Write status to JSON file (legacy wrapper).

(status_file: Path, status: dict[str, Any])

Source from the content-addressed store, hash-verified

157
158
159def _write_status(status_file: Path, status: dict[str, Any]) -> None:
160 """Write status to JSON file (legacy wrapper)."""
161 write_breadcrumb(status_file, status)
162
163
164def _is_processing_complete(status_file: Path) -> bool:

Callers 1

handle_zip_artifactFunction · 0.85

Calls 1

write_breadcrumbFunction · 0.90

Tested by

no test coverage detected