MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_IsNull

Function cJSON_IsNull

lib/cJSON.c:2553–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2551}
2552
2553cjbool cJSON_IsNull(const cJSON * const item)
2554{
2555 if (item == NULL)
2556 {
2557 return false;
2558 }
2559
2560 return (item->type & 0xFF) == cJSON_NULL;
2561}
2562
2563
2564static cJSON *merge_patch(cJSON *target, const cJSON * const patch)

Callers 1

merge_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected