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

Class CacheEntry

ci/fingerprint/core.py:37–41  ·  view source on GitHub ↗

Cache entry storing file modification time and content hash.

Source from the content-addressed store, hash-verified

35
36@dataclass(slots=True)
37class CacheEntry:
38 """Cache entry storing file modification time and content hash."""
39
40 modification_time: float
41 md5_hash: str
42
43
44@dataclass(slots=True)

Callers 3

_load_cacheMethod · 0.70
_update_cache_entryMethod · 0.70

Calls

no outgoing calls

Tested by 1