MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / is_any_timer_active

Function is_any_timer_active

src/plugin/Plugin.cpp:659–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657// ReSharper restore CppInconsistentNaming
658
659bool is_any_timer_active() {
660 if (edit_recheck_timer && edit_recheck_timer->is_set())
661 return true;
662
663 if (scroll_recheck_timer && scroll_recheck_timer->is_set())
664 return true;
665
666 return false;
667}
668
669// For now doesn't look like there is such a need in check modified, but code
670// stays until thorough testing

Callers 2

beNotifiedFunction · 0.85

Calls 1

is_setMethod · 0.80

Tested by

no test coverage detected