Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
638
int item_activate_selected(void)
639
{
640
item_foreach()
641
if (item_is_selected())
642
return 1;
643
return 0;
644
}
645
646
void *item_data(void)
647
{
Callers
2
conf_choice
Function · 0.85
conf
Function · 0.85
Calls
1
item_is_selected
Function · 0.85
Tested by
no test coverage detected