Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
static const char *ep;
36
37
const char *cJSON_GetErrorPtr() { return ep; }
38
39
static int cJSON_strcasecmp(const char *s1, const char *s2) {
40
if (!s1) return (s1 == s2) ? 0 : 1;
Callers
4
Parse
Method · 0.85
Add
Method · 0.85
Replace
Method · 0.85
AddAsFirst
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected