MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_Parse

Function cJSON_Parse

TheForceEngine/TFE_System/cJSON.c:1180–1183  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

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

Callers 6

loadCustomModSettingsFunction · 0.85
parseLogicDataFunction · 0.85
parseExternalPickupsFunction · 0.85
parseExternalProjectilesFunction · 0.85
parseExternalEffectsFunction · 0.85
parseExternalWeaponsFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected