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

Function _get_test_result_cache_file

ci/meson/cache_utils.py:324–326  ·  view source on GitHub ↗

Return path to the test result cache file.

(build_dir: Path)

Source from the content-addressed store, hash-verified

322
323
324def _get_test_result_cache_file(build_dir: Path) -> Path:
325 """Return path to the test result cache file."""
326 return build_dir / ".test_result_cache.json"
327
328
329def check_test_result_cached(

Callers 2

check_test_result_cachedFunction · 0.85
save_test_result_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected