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

Function get_full_run_cache_file

ci/meson/cache_utils.py:414–416  ·  view source on GitHub ↗

Return path to the full test suite run cache file.

(build_dir: Path)

Source from the content-addressed store, hash-verified

412
413
414def get_full_run_cache_file(build_dir: Path) -> Path:
415 """Return path to the full test suite run cache file."""
416 return build_dir / ".full_run_cache.json"
417
418
419def check_full_run_cache(

Callers 3

runnerFunction · 0.90
check_full_run_cacheFunction · 0.85
save_full_run_resultFunction · 0.85

Calls

no outgoing calls

Tested by 1

runnerFunction · 0.72