MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSONUtils_GetPointer

Function cJSONUtils_GetPointer

cJSON_Utils.c:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer)
349{
350 return get_item_from_pointer(object, pointer, false);
351}
352
353CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer)
354{

Calls 1

get_item_from_pointerFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…