Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ sym_has_value
Function
sym_has_value
scripts/config/lkc.h:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
static inline bool sym_has_value(struct symbol *sym)
145
{
146
return sym->flags & SYMBOL_DEF_USER ? true : false;
147
}
148
149
#ifdef __cplusplus
150
}
Callers
10
updateMenu
Method · 0.85
sym_calc_value
Function · 0.85
build_conf
Function · 0.85
conf_read
Function · 0.85
set_all_choice_values
Function · 0.85
build_conf
Function · 0.85
conf_set_all_new_symbols
Function · 0.85
conf_askvalue
Function · 0.85
conf_choice
Function · 0.85
check_conf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected