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

Function _get_status_file

ci/compiler/platformio_cache.py:154–156  ·  view source on GitHub ↗

Get the JSON status file path for an artifact (legacy wrapper).

(artifact_dir: Path, cache_key: str)

Source from the content-addressed store, hash-verified

152# Legacy function wrappers for backward compatibility
153# These now use the consolidated breadcrumb system
154def _get_status_file(artifact_dir: Path, cache_key: str) -> Path:
155 """Get the JSON status file path for an artifact (legacy wrapper)."""
156 return artifact_dir / "info.json"
157
158
159def _write_status(status_file: Path, status: dict[str, Any]) -> None:

Callers 2

download_artifactMethod · 0.85
handle_zip_artifactFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected