MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_HasObjectItem

Function cJSON_HasObjectItem

TheForceEngine/TFE_System/cJSON.c:1927–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925}
1926
1927CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1928{
1929 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1930}
1931
1932/* Utility for array list handling. */
1933static void suffix_object(cJSON *prev, cJSON *item)

Callers

nothing calls this directly

Calls 1

cJSON_GetObjectItemFunction · 0.85

Tested by

no test coverage detected