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

Function _get_js_lint_cache

ci/js_lint_cache.py:26–29  ·  view source on GitHub ↗

Get the two-layer fingerprint cache for JS linting.

()

Source from the content-addressed store, hash-verified

24
25
26def _get_js_lint_cache() -> TwoLayerFingerprintCache:
27 """Get the two-layer fingerprint cache for JS linting."""
28 cache_dir = Path(".cache")
29 return TwoLayerFingerprintCache(cache_dir, "js_lint")
30
31
32def check_js_files_changed() -> bool:

Callers 3

check_js_files_changedFunction · 0.85
mark_lint_successFunction · 0.85
invalidate_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected