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

Function menu_add_visibility

scripts/config/menu.c:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void menu_add_visibility(struct expr *expr)
200{
201 current_entry->visibility = expr_alloc_and(current_entry->visibility,
202 expr);
203}
204
205void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)
206{

Callers 1

yyparseFunction · 0.85

Calls 1

expr_alloc_andFunction · 0.85

Tested by

no test coverage detected