MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_GetErrorPtr

Function cJSON_GetErrorPtr

svf/lib/Util/cJSON.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93static error global_error = { NULL, 0 };
94
95CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void)
96{
97 return (const char*) (global_error.json + global_error.position);
98}
99
100CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected