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

Function _get_ninja_skip_state_file

ci/meson/cache_utils.py:149–151  ·  view source on GitHub ↗

Return path to the ninja skip state cache file.

(build_dir: Path)

Source from the content-addressed store, hash-verified

147
148
149def _get_ninja_skip_state_file(build_dir: Path) -> Path:
150 """Return path to the ninja skip state cache file."""
151 return build_dir / ".ninja_skip_state.json"
152
153
154def check_ninja_skip(build_dir: Path, target: str) -> bool:

Callers 2

check_ninja_skipFunction · 0.85
save_ninja_skip_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected