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

Class SketchResult

ci/compiler/compiler.py:34–38  ·  view source on GitHub ↗

Result from sketch compilation.

Source from the content-addressed store, hash-verified

32
33@dataclass
34class SketchResult(CompilerResult):
35 """Result from sketch compilation."""
36
37 example: str
38 merged_bin_path: Optional[Path] = None
39
40
41class Compiler(ABC):

Callers 9

compile_board_examplesFunction · 0.90
_build_fbuild_batchMethod · 0.90
_build_fbuild_syncMethod · 0.90
_build_internalMethod · 0.90
_build_with_fbuildMethod · 0.90
deployMethod · 0.90
build_with_merged_binMethod · 0.90
buildMethod · 0.90

Calls

no outgoing calls

Tested by 1

buildMethod · 0.72