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

Class LaneResult

ci/autoresearch_agent.py:89–99  ·  view source on GitHub ↗

Result for a single lane.

Source from the content-addressed store, hash-verified

87
88@dataclass
89class LaneResult:
90 """Result for a single lane."""
91
92 lane: int
93 led_count: int # LED count for this specific lane
94 pin: int
95 passed: bool
96 bit_errors: int
97 timing: str # "ok", "slow", "fast", "unstable"
98 expected_bytes: int | None = None
99 received_bytes: int | None = None
100
101
102@dataclass

Callers 1

run_testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected