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

Function json_get_error

tinyemu/json.c:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193const char *json_get_error(JSONValue val)
194{
195 if (val.type != JSON_EXCEPTION)
196 return NULL;
197 return val.u.str->data;
198}
199
200JSONValue json_string_new2(const char *str, int len)
201{

Callers 3

fs_dump_cache_loadFunction · 0.85
bf_init_onloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected