MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_GetErrorPtr

Function cJSON_GetErrorPtr

general/package/xmdp/src/cjson/cJSON.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88static error global_error = { NULL, 0 };
89
90CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void)
91{
92 return (const char*) (global_error.json + global_error.position);
93}
94
95CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item)
96{

Callers 2

scanFunction · 0.85
netip_connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected