MCPcopy Create free account
hub / github.com/SpartanJ/eepp / stopActiveFindAll

Method stopActiveFindAll

src/eepp/ui/doc/textdocument.cpp:3598–3602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3596}
3597
3598void TextDocument::stopActiveFindAll() {
3599 Lock l( mStopFlagsMutex );
3600 for ( const auto& stopFlag : mStopFlags )
3601 *stopFlag.second.get() = true;
3602}
3603
3604bool TextDocument::isDoingTextInput() const {
3605 return mDoingTextInput;

Callers 2

~UICodeEditorMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected