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

Class CacheEntry

ci/meson/src_metadata_cache.py:36–42  ·  view source on GitHub ↗

Validated source metadata cache contents.

Source from the content-addressed store, hash-verified

34@typechecked
35@dataclass(frozen=True)
36class CacheEntry:
37 """Validated source metadata cache contents."""
38
39 version: int
40 hash: str
41 timestamp: float
42 metadata: str
43
44
45def compute_src_files_hash(src_dir: Path, pattern: str) -> str:

Callers 1

load_cacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected