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

Class CleanupResult

ci/meson/meson_cleanup.py:13–18  ·  view source on GitHub ↗

Result of build artifact cleanup operation.

Source from the content-addressed store, hash-verified

11
12@dataclass
13class CleanupResult:
14 """Result of build artifact cleanup operation."""
15
16 deleted: int
17 failed: int
18 failed_files: list[str]
19
20
21def cleanup_build_artifacts(build_dir: Path, reason: str) -> dict[str, CleanupResult]:

Callers 1

cleanup_build_artifactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected