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

Method removeStatusBarElement

src/tools/ecode/uistatusbar.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void UIStatusBar::removeStatusBarElement( const std::string& id ) {
219 auto elemIt = mElements.find( id );
220 if ( elemIt != mElements.end() ) {
221 elemIt->second.first->close();
222 mElements.erase( elemIt );
223 }
224}
225
226void UIStatusBar::hideAllElements() {
227 for ( auto& [_, el] : mElements )

Callers 1

~DebuggerPluginMethod · 0.80

Calls 4

closeMethod · 0.65
findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected