MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getSelectedEntry

Method getSelectedEntry

Source/gui/PatchBrowserSelector.cpp:586–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586juce::String PatchBrowserSelector::getSelectedEntry() {
587 for (int entry = 0; entry < m_entries.size(); ++entry) {
588 if (m_entries[entry]->isActive()) {
589 return m_entries[entry]->getText();
590 }
591 }
592 return "";
593}

Callers 1

PatchBrowserMethod · 0.80

Calls 2

isActiveMethod · 0.80
getTextMethod · 0.80

Tested by

no test coverage detected