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

Function execute

include/eepp/ui/widgetcommandexecuter.hpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 bool execute( const std::string& command ) {
52 auto cmdIt = mCommands.find( command );
53 if ( cmdIt != mCommands.end() ) {
54 cmdIt->second();
55 return true;
56 }
57 return false;
58 }
59
60 size_t commandCount() const { return mCommands.size(); }
61

Callers 7

openFileFromPathMethod · 0.85
openInNewWindowMethod · 0.85
openExternalFunction · 0.85
LLMChatUIMethod · 0.85
onKeyDownMethod · 0.85
onCreateContextMenuMethod · 0.85
UIDocFindReplaceMethod · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected