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

Function str_get

util/kconfig/util.c:76–79  ·  view source on GitHub ↗

Retrieve value of growable string */

Source from the content-addressed store, hash-verified

74
75/* Retrieve value of growable string */
76char *str_get(struct gstr *gs)
77{
78 return gs->s;
79}
80
81void *xmalloc(size_t size)
82{

Callers 8

menuInfoMethod · 0.85
sym_warn_unmet_depFunction · 0.85
search_confFunction · 0.85
show_helpFunction · 0.85
show_helpFunction · 0.85
search_confFunction · 0.85
print_helpFunction · 0.85
text_insert_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected