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

Class FbuildCommandResult

ci/util/fbuild_runner.py:44–49  ·  view source on GitHub ↗

Result for an fbuild CLI invocation.

Source from the content-addressed store, hash-verified

42
43@dataclass
44class FbuildCommandResult:
45 """Result for an fbuild CLI invocation."""
46
47 success: bool
48 output: str
49 returncode: int | None = None
50
51
52@typechecked

Callers 1

run_fbuild_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected