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

Class NormalizedFlags

ci/check_backend_flag_drift.py:111–117  ·  view source on GitHub ↗

Backend-agnostic view of the compiler invocation for one board.

Source from the content-addressed store, hash-verified

109@typechecked
110@dataclass(frozen=True)
111class NormalizedFlags:
112 """Backend-agnostic view of the compiler invocation for one board."""
113
114 cc_flags: frozenset[str]
115 cxx_flags: frozenset[str]
116 defines: frozenset[str]
117 includes: frozenset[str]
118
119
120@typechecked

Callers 1

normalize_build_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected