MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / cJSON_GetErrorPtr

Function cJSON_GetErrorPtr

common/map_sdk/transmission/src/cJSON.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35static const char *ep;
36
37const char *cJSON_GetErrorPtr() { return ep; }
38
39static int cJSON_strcasecmp(const char *s1, const char *s2) {
40 if (!s1) return (s1 == s2) ? 0 : 1;

Callers 4

ParseMethod · 0.85
AddMethod · 0.85
ReplaceMethod · 0.85
AddAsFirstMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected