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

Class SourceHashes

ci/meson/meson_setup_phases.py:60–67  ·  view source on GitHub ↗

Source file hashes computed once per setup invocation.

Source from the content-addressed store, hash-verified

58
59@dataclass
60class SourceHashes:
61 """Source file hashes computed once per setup invocation."""
62
63 src_hash: str
64 test_hash: str
65 source_hash: str
66 source_files: list[str]
67 max_tests_dir_mtime: float
68
69
70@dataclass

Callers 1

compute_source_hashesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected