MCPcopy 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
27def errors_happened() -> bool:
28 """Return whether any errors happened during the build."""
29 return ERROR_HAPPENED
30
31
32def _fastled_js_is_parent_directory(p: Path) -> bool:

Callers 1

concurrent_runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected