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

Function cJSON_HasObjectItem

cpworker/src/cJSON/cJSON.c:1940–1943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1941{
1942 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1943}
1944
1945/* Utility for array list handling. */
1946static void suffix_object(cJSON *prev, cJSON *item)

Callers

nothing calls this directly

Calls 1

cJSON_GetObjectItemFunction · 0.85

Tested by

no test coverage detected