Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
76
char *str_get(struct gstr *gs)
77
{
78
return gs->s;
79
}
80
81
void *xmalloc(size_t size)
82
{
Callers
8
menuInfo
Method · 0.85
sym_warn_unmet_dep
Function · 0.85
search_conf
Function · 0.85
show_help
Function · 0.85
show_help
Function · 0.85
search_conf
Function · 0.85
print_help
Function · 0.85
text_insert_help
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected