Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ findRemoteProfileIndex
Method
findRemoteProfileIndex
Settings/ProfileConfigTab.cpp:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
int
298
ProfileConfigTab::findRemoteProfileIndex(void)
299
{
300
return this->ui->remoteDeviceCombo->findText(this->profile.label().c_str());
301
}
302
303
void
304
ProfileConfigTab::refreshProfileUi(void)
Callers
1
refreshProfileUi
Method · 0.95
Calls
1
label
Method · 0.80
Tested by
no test coverage detected