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

Class SplitFlags

ci/check_backend_flag_drift.py:225–230  ·  view source on GitHub ↗

Result of pulling the ``-D``/``-I`` tokens back out of fbuild's cc_flags.

Source from the content-addressed store, hash-verified

223@typechecked
224@dataclass(frozen=True)
225class SplitFlags:
226 """Result of pulling the ``-D``/``-I`` tokens back out of fbuild's cc_flags."""
227
228 pure: list[str]
229 defines: list[str]
230 includes: list[str]
231
232
233def _split_fbuild_combined_flags(cc_flags: list[str]) -> SplitFlags:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected