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

Function cJSON_GetObjectItem

cpworker/src/cJSON/cJSON.c:1930–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928}
1929
1930CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1931{
1932 return get_object_item(object, string, false);
1933}
1934
1935CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1936{

Callers 3

get_object_itemFunction · 0.85
cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.70

Tested by

no test coverage detected