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

Function json_get_str

tinyemu/json.c:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186const char *json_get_str(JSONValue val)
187{
188 if (val.type != JSON_STR)
189 return NULL;
190 return val.u.str->data;
191}
192
193const char *json_get_error(JSONValue val)
194{

Callers 1

fs_dump_cache_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected