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

Method build

ci/tests/test_fbuild_default_selection.py:35–45  ·  view source on GitHub ↗
(self, examples: list[str])

Source from the content-addressed store, hash-verified

33 captured["use_fbuild"] = bool(use_fbuild)
34
35 def build(self, examples: list[str]) -> list[Future[SketchResult]]:
36 future: Future[SketchResult] = Future()
37 future.set_result(
38 SketchResult(
39 success=True,
40 output="ok",
41 build_dir=Path("."),
42 example=examples[0],
43 )
44 )
45 return [future]
46
47 def cancel_all(self) -> None:
48 pass

Callers

nothing calls this directly

Calls 1

SketchResultClass · 0.90

Tested by

no test coverage detected