Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ CompareDefinesResult
Class
CompareDefinesResult
ci/util/build_info_analyzer.py:59–64 ·
view source on GitHub ↗
Result of compare_defines.
Source
from the content-addressed store, hash-verified
57
58
@dataclass(slots=True)
59
class
CompareDefinesResult:
60
""
"Result of compare_defines."
""
61
62
ok: bool
63
comparison: dict[str, Any]
64
error: str
65
66
67
@dataclass
Callers
1
compare_defines
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected