MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_DetachItemFromObjectCaseSensitive

Function cJSON_DetachItemFromObjectCaseSensitive

cpworker/src/cJSON/cJSON.c:2263–2268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261}
2262
2263CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string)
2264{
2265 cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string);
2266
2267 return cJSON_DetachItemViaPointer(object, to_detach);
2268}
2269
2270CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string)
2271{

Callers 2

merge_patchFunction · 0.85

Calls 2

Tested by

no test coverage detected