Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ str_get
Function
str_get
scripts/config/util.c:77–80 ·
view source on GitHub ↗
Retrieve value of growable string */
Source
from the content-addressed store, hash-verified
75
76
/* Retrieve value of growable string */
77
char *str_get(struct gstr *gs)
78
{
79
return gs->s;
80
}
81
82
void *xmalloc(size_t size)
83
{
Callers
6
menuInfo
Method · 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
Calls
no outgoing calls
Tested by
no test coverage detected