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

Method mark_failure

ci/fingerprint/core.py:492–497  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

490 )
491
492 def mark_failure(self) -> None:
493 """Mark the previous check as failed, forcing re-run next time."""
494 _run_zccache(
495 ["--cache-file", str(self.cache_file), "mark-failure"],
496 check=True,
497 )
498
499 def invalidate(self) -> None:
500 """

Callers

nothing calls this directly

Calls 1

_run_zccacheFunction · 0.85

Tested by

no test coverage detected