MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / json_is_error

Function json_is_error

tinyemu/json.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82int json_array_set(JSONValue val, unsigned int idx, JSONValue prop_val);
83
84static inline BOOL json_is_error(JSONValue val)
85{
86 return val.type == JSON_EXCEPTION;
87}
88
89static inline BOOL json_is_undefined(JSONValue val)
90{

Callers 5

fs_dump_cache_loadFunction · 0.85
json_parse_value2Function · 0.85
json_parse_valueFunction · 0.85
bf_init_onloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected