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

Method execute

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

Source from the content-addressed store, hash-verified

3137}
3138
3139void TextDocument::execute( const std::string& command ) {
3140 auto cmdIt = mCommands.find( command );
3141 if ( cmdIt != mCommands.end() )
3142 cmdIt->second();
3143}
3144
3145void TextDocument::execute( const std::string& command, Client* client ) {
3146 auto cmdRefIt = mRefCommands.find( command );

Callers 7

onKeyDownMethod · 0.45
onCreateContextMenuMethod · 0.45
onMouseUpMethod · 0.45
onKeyDownMethod · 0.45
onKeyDownMethod · 0.45
onCreateContextMenuMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected