Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
static inline bool sym_is_optional(struct symbol *sym)
140
{
141
return sym->flags & SYMBOL_OPTIONAL ? true : false;
142
}
143
144
static inline bool sym_has_value(struct symbol *sym)
145
{
Callers
2
conf_write_defconfig
Function · 0.85
menu_finalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected