Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ sym_get_choice_value
Function
sym_get_choice_value
scripts/config/lkc.h:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
124
static inline struct symbol *sym_get_choice_value(struct symbol *sym)
125
{
126
return (struct symbol *)sym->curr.val;
127
}
128
129
static inline bool sym_is_choice(struct symbol *sym)
130
{
Callers
5
build_conf
Function · 0.85
conf_choice
Function · 0.85
build_conf
Function · 0.85
conf_choice
Function · 0.85
conf_choice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected