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

Method getThreadPool

src/tools/ecode/ecode.cpp:954–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954std::shared_ptr<ThreadPool> App::getThreadPool() const {
955 return mThreadPool;
956}
957
958bool App::trySendUnlockedCmd( const KeyEvent& keyEvent ) {
959 if ( mSplitter->curEditorExistsAndFocused() ) {

Callers 15

UniversalLocatorMethod · 0.45
createLanguagesMenuMethod · 0.45
displayHealthMethod · 0.45
findPrevTextMethod · 0.45
findNextTextMethod · 0.45
hideGlobalSearchBarMethod · 0.45
doGlobalSearchMethod · 0.45
PluginMethod · 0.45
onDocumentSavedMethod · 0.45
onDocumentClosedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected