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

Function has_changed

ci/examples/fingerprint_cache_demo.py:17–20  ·  view source on GitHub ↗

Convenience wrapper for backward compatibility.

(src_path: Path, previous_modtime: float, cache_file: Path)

Source from the content-addressed store, hash-verified

15
16
17def has_changed(src_path: Path, previous_modtime: float, cache_file: Path) -> bool:
18 """Convenience wrapper for backward compatibility."""
19 cache = FingerprintCache(cache_file)
20 return cache.has_changed(src_path, previous_modtime)
21
22
23def demo_basic_usage() -> None:

Callers 1

Calls 2

has_changedMethod · 0.95
FingerprintCacheClass · 0.90

Tested by

no test coverage detected