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

Method invalidate

ci/fingerprint/core.py:639–644  ·  view source on GitHub ↗

Delete the cache file (forces re-run on next check).

(self)

Source from the content-addressed store, hash-verified

637 )
638
639 def invalidate(self) -> None:
640 """Delete the cache file (forces re-run on next check)."""
641 _run_zccache(
642 ["--cache-file", str(self.cache_file), "invalidate"],
643 check=True,
644 )
645
646 def get_cache_info(self) -> Optional[dict[str, Any]]:
647 """

Callers 6

invalidate_cacheFunction · 0.45
invalidate_python_cacheFunction · 0.45
invalidate_cpp_cacheFunction · 0.45

Calls 1

_run_zccacheFunction · 0.85