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

Class CompilerDetection

ci/meson/meson_setup_phases.py:83–92  ·  view source on GitHub ↗

Result of compiler wrapper + cache binary detection.

Source from the content-addressed store, hash-verified

81
82@dataclass
83class CompilerDetection:
84 """Result of compiler wrapper + cache binary detection."""
85
86 clang_wrapper: str
87 clangxx_wrapper: str
88 llvm_ar_wrapper: str
89 cache_binary: Optional[str]
90 cache_name: Optional[str]
91 compiler_version: str
92 zccache_version: str
93
94
95def compute_source_hashes(source_dir: Path, markers: MarkerPaths) -> SourceHashes:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected