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

Function has_changed

ci/tests/test_fingerprint_cache.py:31–34  ·  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

29
30
31def has_changed(src_path: Path, previous_modtime: float, cache_file: Path) -> bool:
32 """Convenience wrapper for backward compatibility."""
33 cache = FingerprintCache(cache_file)
34 return cache.has_changed(src_path, previous_modtime)
35
36
37class TestFingerprintCache(TestCase):

Callers 1

Calls 2

has_changedMethod · 0.95
FingerprintCacheClass · 0.90

Tested by

no test coverage detected