MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / cJSON_DetachItemFromObject

Function cJSON_DetachItemFromObject

framework/utils/cJSON.c:2116–2121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string)
2117{
2118cJSON *to_detach = cJSON_GetObjectItem(object, string);
2119
2120return cJSON_DetachItemViaPointer(object, to_detach);
2121}
2122
2123CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string)
2124{

Callers 1

Calls 2

cJSON_GetObjectItemFunction · 0.85

Tested by

no test coverage detected