MCPcopy Create free account
hub / github.com/Entware/Entware / findConfigItem

Method findConfigItem

scripts/config/qconf.cc:385–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385ConfigItem* ConfigList::findConfigItem(struct menu *menu)
386{
387 ConfigItem* item = (ConfigItem*)menu->data;
388
389 for (; item; item = item->nextItem) {
390 if (this == item->listView())
391 break;
392 }
393
394 return item;
395}
396
397void ConfigList::updateSelection(void)
398{

Callers 1

setMenuLinkMethod · 0.80

Calls 1

listViewMethod · 0.80

Tested by

no test coverage detected