Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ errors_happened
Function
errors_happened
ci/compiler/compile_for_board.py:27–29 ·
view source on GitHub ↗
Return whether any errors happened during the build.
()
Source
from the content-addressed store, hash-verified
25
26
27
def
errors_happened() -> bool:
28
""
"Return whether any errors happened during the build."
""
29
return
ERROR_HAPPENED
30
31
32
def
_fastled_js_is_parent_directory(p: Path) -> bool:
Callers
1
concurrent_run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected