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

Function _native_launcher_output_dir

ci/meson/native_launchers.py:77–79  ·  view source on GitHub ↗

Directory where compiled native launchers live.

(project_root: Path)

Source from the content-addressed store, hash-verified

75
76
77def _native_launcher_output_dir(project_root: Path) -> Path:
78 """Directory where compiled native launchers live."""
79 return project_root / ".cached" / "clang-native"
80
81
82def _ensure_native_launcher(project_root: Path) -> tuple[Optional[str], Optional[str]]:

Callers 2

_ensure_native_launcherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected