MCPcopy Create free account
hub / github.com/coreboot/coreboot / redraw_module

Function redraw_module

payloads/coreinfo/coreinfo.c:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174#endif
175
176static void redraw_module(struct coreinfo_cat *cat)
177{
178 if (cat->count == 0)
179 return;
180
181 wclear(modwin);
182 cat->modules[cat->cur]->redraw(modwin);
183 wrefresh(modwin);
184}
185
186static void handle_category_key(struct coreinfo_cat *cat, int key)
187{

Callers 2

handle_category_keyFunction · 0.85
loopFunction · 0.85

Calls 2

wclearFunction · 0.50
wrefreshFunction · 0.50

Tested by

no test coverage detected