MCPcopy 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
124static inline struct symbol *sym_get_choice_value(struct symbol *sym)
125{
126 return (struct symbol *)sym->curr.val;
127}
128
129static inline bool sym_is_choice(struct symbol *sym)
130{

Callers 5

build_confFunction · 0.85
conf_choiceFunction · 0.85
build_confFunction · 0.85
conf_choiceFunction · 0.85
conf_choiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected