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

Function sym_is_optional

scripts/config/lkc.h:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static inline bool sym_is_optional(struct symbol *sym)
140{
141 return sym->flags & SYMBOL_OPTIONAL ? true : false;
142}
143
144static inline bool sym_has_value(struct symbol *sym)
145{

Callers 2

conf_write_defconfigFunction · 0.85
menu_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected