MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_Duplicate

Function cJSON_Duplicate

external/cJSON/cJSON.c:2784–2787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2782cJSON * cJSON_Duplicate_rec(const cJSON *item, size_t depth, cJSON_bool recurse);
2783
2784CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse)
2785{
2786 return cJSON_Duplicate_rec(item, 0, recurse );
2787}
2788
2789cJSON * cJSON_Duplicate_rec(const cJSON *item, size_t depth, cJSON_bool recurse)
2790{

Callers

nothing calls this directly

Calls 1

cJSON_Duplicate_recFunction · 0.85

Tested by

no test coverage detected