MCPcopy 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
89static inline BOOL json_is_undefined(JSONValue val)
90{
91 return val.type == JSON_UNDEFINED;
92}
93
94static inline JSONValue json_undefined_new(void)
95{

Callers 6

fs_dump_cache_loadFunction · 0.85
bf_init_onloadFunction · 0.85
vm_get_intFunction · 0.85
vm_get_int_optFunction · 0.85
vm_get_str2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected