MCPcopy 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
108void menu_add_dep(struct expr *dep)
109{
110 current_entry->dep = expr_alloc_and(current_entry->dep, dep);
111}
112
113void menu_set_type(int type)
114{

Callers 1

yyparseFunction · 0.85

Calls 1

expr_alloc_andFunction · 0.85

Tested by

no test coverage detected