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

Method mark_failure

ci/fingerprint/core.py:632–637  ·  view source on GitHub ↗

Mark the previous check as failed, forcing re-run next time.

(self)

Source from the content-addressed store, hash-verified

630 )
631
632 def mark_failure(self) -> None:
633 """Mark the previous check as failed, forcing re-run next time."""
634 _run_zccache(
635 ["--cache-file", str(self.cache_file), "mark-failure"],
636 check=True,
637 )
638
639 def invalidate(self) -> None:
640 """Delete the cache file (forces re-run on next check)."""

Callers

nothing calls this directly

Calls 1

_run_zccacheFunction · 0.85

Tested by

no test coverage detected