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

Function get_dep_str

scripts/config/menu.c:695–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix)
696{
697 if (!expr_is_yes(expr)) {
698 str_append(r, prefix);
699 expr_gstr_print(expr, r);
700 str_append(r, "\n");
701 }
702}
703
704int __attribute__((weak)) get_jump_key_char(void)
705{

Callers 2

get_prompt_strFunction · 0.85
get_symbol_strFunction · 0.85

Calls 3

expr_is_yesFunction · 0.85
str_appendFunction · 0.85
expr_gstr_printFunction · 0.85

Tested by

no test coverage detected