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

Function cJSONUtils_GetPointerCaseSensitive

cpworker/src/cJSON/cJSON_Utils.c:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON *const object, const char *pointer)
360{
361 return get_item_from_pointer(object, pointer, true);
362}
363
364/* JSON Patch implementation. */
365static void decode_pointer_inplace(unsigned char *string)

Callers

nothing calls this directly

Calls 1

get_item_from_pointerFunction · 0.85

Tested by

no test coverage detected