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

Function item_activate_selected

scripts/config/lxdialog/util.c:638–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638int item_activate_selected(void)
639{
640 item_foreach()
641 if (item_is_selected())
642 return 1;
643 return 0;
644}
645
646void *item_data(void)
647{

Callers 2

conf_choiceFunction · 0.85
confFunction · 0.85

Calls 1

item_is_selectedFunction · 0.85

Tested by

no test coverage detected