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

Method executeKeyBindingCommand

src/eepp/ui/uiwindow.cpp:1814–1819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814void UIWindow::executeKeyBindingCommand( const std::string& command ) {
1815 auto cmdIt = mKeyBindingCommands.find( command );
1816 if ( cmdIt != mKeyBindingCommands.end() ) {
1817 cmdIt->second();
1818 }
1819}
1820
1821void UIWindow::sendWindowToFront() {
1822 toFront();

Callers 2

showDocumentSymbolsMethod · 0.45
showChatHistoryMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected