Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
class
SketchResult(CompilerResult):
35
""
"Result from sketch compilation."
""
36
37
example: str
38
merged_bin_path: Optional[Path] = None
39
40
41
class
Compiler(ABC):
Callers
9
compile_board_examples
Function · 0.90
_build_fbuild_batch
Method · 0.90
_build_fbuild_sync
Method · 0.90
_build_internal
Method · 0.90
_build_with_fbuild
Method · 0.90
_internal_build_no_lock
Method · 0.90
deploy
Method · 0.90
build_with_merged_bin
Method · 0.90
build
Method · 0.90
Calls
no outgoing calls
Tested by
1
build
Method · 0.72