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

Function cJSONUtils_GetPointer

cpworker/src/cJSON/cJSON_Utils.c:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON *const object, const char *pointer)
355{
356 return get_item_from_pointer(object, pointer, false);
357}
358
359CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON *const object, const char *pointer)
360{

Callers

nothing calls this directly

Calls 1

get_item_from_pointerFunction · 0.85

Tested by

no test coverage detected