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

Function get_def_str

util/kconfig/menu.c:676–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676static void get_def_str(struct gstr *r, struct menu *menu)
677{
678 str_printf(r, "Defined at %s:%d\n",
679 menu->file->name, menu->lineno);
680}
681
682static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix)
683{

Callers 1

get_symbol_strFunction · 0.85

Calls 1

str_printfFunction · 0.85

Tested by

no test coverage detected