Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ json_is_undefined
Function
json_is_undefined
tinyemu/json.h:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
static inline BOOL json_is_undefined(JSONValue val)
90
{
91
return val.type == JSON_UNDEFINED;
92
}
93
94
static inline JSONValue json_undefined_new(void)
95
{
Callers
6
fs_dump_cache_load
Function · 0.85
bf_init_onload
Function · 0.85
vm_get_int
Function · 0.85
vm_get_int_opt
Function · 0.85
vm_get_str2
Function · 0.85
virt_machine_parse_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected