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

Class CompilerInfoResult

ci/util/build_info_analyzer.py:32–37  ·  view source on GitHub ↗

Result of get_compiler_info.

Source from the content-addressed store, hash-verified

30
31@dataclass(slots=True)
32class CompilerInfoResult:
33 """Result of get_compiler_info."""
34
35 ok: bool
36 compiler_info: "CompilerInfo"
37 error: str
38
39
40@dataclass(slots=True)

Callers 1

get_compiler_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected