Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_interrupted
Function
is_interrupted
ci/util/global_interrupt_handler.py:171–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
170
171
def
is_interrupted() -> bool:
172
return
_handler.is_interrupted()
173
174
175
def
notify_main_thread() -> None:
Callers
9
run_monitor
Function · 0.90
_check_interrupt
Method · 0.90
_run_parallel
Method · 0.90
_run_inline
Method · 0.90
acquire
Method · 0.90
acquire
Method · 0.90
_run_build_deploy
Function · 0.90
acquire
Method · 0.90
__enter__
Method · 0.90
Calls
1
is_interrupted
Method · 0.80
Tested by
no test coverage detected