Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ menu_add_dep
Function
menu_add_dep
scripts/config/menu.c:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void menu_add_dep(struct expr *dep)
109
{
110
current_entry->dep = expr_alloc_and(current_entry->dep, dep);
111
}
112
113
void menu_set_type(int type)
114
{
Callers
1
yyparse
Function · 0.85
Calls
1
expr_alloc_and
Function · 0.85
Tested by
no test coverage detected