MCPcopy Index your code
hub / github.com/antirez/botlib / cJSON_Parse

Function cJSON_Parse

cJSON.c:1171–1174  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

1169
1170/* Default options for cJSON_Parse */
1171CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1172{
1173 return cJSON_ParseWithOpts(value, 0, 0);
1174}
1175
1176CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1177{

Callers 4

botGetUsernameFunction · 0.85
botSendMessageAndGetInfoFunction · 0.85
botGetFileFunction · 0.85
botProcessUpdatesFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected