MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_GetErrorPtr

Function cJSON_GetErrorPtr

cJSON.c:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected