MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / hasContextWidget

Method hasContextWidget

src/plugins/core/uicontroller/controller.cpp:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762bool Controller::hasContextWidget(const QString &title)
763{
764 return d->contextWidgets.contains(title);
765}
766
767void Controller::hideContextWidget()
768{

Callers 1

resetUIMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected