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

Method getKeybind

src/tools/ecode/ecode.cpp:943–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943std::string App::getKeybind( const std::string& command ) {
944 auto it = mKeybindingsInvert.find( command );
945 if ( it != mKeybindingsInvert.end() )
946 return KeyBindings::keybindFormat( it->second );
947 return mMainLayout->getKeyBindings().getCommandKeybindString( command );
948}
949
950ProjectDirectoryTree* App::getDirTree() const {
951 return mDirTree ? mDirTree.get() : nullptr;

Callers 7

UIWelcomeScreenMethod · 0.45
initSearchBarMethod · 0.45
updateStateMethod · 0.45
createContainerMethod · 0.45
updateSidePanelTabMethod · 0.45
initGlobalSearchBarMethod · 0.45
buildSidePanelTabMethod · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected