MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_Parse

Function cJSON_Parse

svf/lib/Util/cJSON.cpp:1177–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175
1176/* Default options for cJSON_Parse */
1177CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1178{
1179 return cJSON_ParseWithOpts(value, 0, 0);
1180}
1181
1182CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1183{

Callers 2

getBugDescriptionMethod · 0.85
dumpToJsonFileMethod · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected