Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ vm_get_str_opt
Function
vm_get_str_opt
tinyemu/machine.c:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
static int vm_get_str_opt(JSONValue obj, const char *name, const char **pstr)
116
{
117
return vm_get_str2(obj, name, pstr, TRUE);
118
}
119
120
static char *strdup_null(const char *str)
121
{
Callers
1
virt_machine_parse_config
Function · 0.85
Calls
1
vm_get_str2
Function · 0.85
Tested by
no test coverage detected