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

Function _get_cpp_lint_cache

ci/cpp_lint_cache.py:60–63  ·  view source on GitHub ↗

Get the two-layer fingerprint cache for C++ linting.

()

Source from the content-addressed store, hash-verified

58
59
60def _get_cpp_lint_cache() -> TwoLayerFingerprintCache:
61 """Get the two-layer fingerprint cache for C++ linting."""
62 cache_dir = Path(".cache")
63 return TwoLayerFingerprintCache(cache_dir, "cpp_lint")
64
65
66def check_cpp_files_changed() -> bool:

Callers 3

check_cpp_files_changedFunction · 0.85
mark_cpp_lint_successFunction · 0.85
invalidate_cpp_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected