MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_DetachItemFromObject

Function cJSON_DetachItemFromObject

cJSON.c:2294–2299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2292}
2293
2294CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2295{
2296 cJSON *to_detach = cJSON_GetObjectItem(object, string);
2297
2298 return cJSON_DetachItemViaPointer(object, to_detach);
2299}
2300
2301CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string)
2302{

Callers 4

detach_pathFunction · 0.85
merge_patchFunction · 0.85

Calls 2

cJSON_GetObjectItemFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…