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

Class MonitorResult

ci/debug_attached.py:378–383  ·  view source on GitHub ↗

Result of running the serial monitor.

Source from the content-addressed store, hash-verified

376
377@dataclass(slots=True)
378class MonitorResult:
379 """Result of running the serial monitor."""
380
381 success: bool
382 output_lines: list[str]
383 rpc_handler: JsonRpcHandler
384
385
386def run_monitor(

Callers 1

run_monitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected