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

Function _invalidate_stale_pchs

ci/meson/compile.py:99–104  ·  view source on GitHub ↗

Find and invalidate any stale PCH files in the build directory.

(build_dir: Path)

Source from the content-addressed store, hash-verified

97
98
99def _invalidate_stale_pchs(build_dir: Path) -> None:
100 """Find and invalidate any stale PCH files in the build directory."""
101 from ci.compile_pch import invalidate_stale_pch
102
103 for pch_file in build_dir.rglob("*.pch"):
104 invalidate_stale_pch(pch_file)
105
106
107def compile_meson(

Callers 1

compile_mesonFunction · 0.85

Calls 1

invalidate_stale_pchFunction · 0.90

Tested by

no test coverage detected