MCPcopy 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
171def is_interrupted() -> bool:
172 return _handler.is_interrupted()
173
174
175def notify_main_thread() -> None:

Callers 9

run_monitorFunction · 0.90
_check_interruptMethod · 0.90
_run_parallelMethod · 0.90
_run_inlineMethod · 0.90
acquireMethod · 0.90
acquireMethod · 0.90
_run_build_deployFunction · 0.90
acquireMethod · 0.90
__enter__Method · 0.90

Calls 1

is_interruptedMethod · 0.80

Tested by

no test coverage detected