Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antirez/botlib
/ cJSON_free
Function
cJSON_free
cJSON.c:3107–3110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3105
}
3106
3107
CJSON_PUBLIC(void) cJSON_free(void *object)
3108
{
3109
global_hooks.deallocate(object);
3110
}
Callers
2
cJSON_SetValuestring
Function · 0.85
replace_item_in_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected