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

Class SequentialCompileResult

ci/meson/sequential_runner.py:52–61  ·  view source on GitHub ↗

Outcome of the sequential compile attempt. On success, ``meson_test_name`` is the resolved target name to launch. On failure, ``error_result`` is the MesonTestResult to return immediately.

Source from the content-addressed store, hash-verified

50
51@dataclass
52class SequentialCompileResult:
53 """Outcome of the sequential compile attempt.
54
55 On success, ``meson_test_name`` is the resolved target name to launch.
56 On failure, ``error_result`` is the MesonTestResult to return immediately.
57 """
58
59 success: bool
60 meson_test_name: Optional[str] = None
61 error_result: Optional[MesonTestResult] = None
62
63
64def _resolve_compile_candidates(ctx: SequentialCompileContext) -> list[str]:

Callers 1

run_sequential_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected