Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netis/cloud-probe
/ cJSON_free
Function
cJSON_free
cpworker/src/cJSON/cJSON.c:3139–3143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3137
}
3138
3139
CJSON_PUBLIC(void) cJSON_free(void *object)
3140
{
3141
global_hooks.deallocate(object);
3142
object = NULL;
3143
}
Callers
8
cJSONUtils_FindPointerFromObjectTo
Function · 0.85
detach_path
Function · 0.85
overwrite_item
Function · 0.85
apply_patch
Function · 0.85
compose_patch
Function · 0.85
create_patches
Function · 0.85
cJSON_SetValuestring
Function · 0.85
replace_item_in_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected