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

Function cJSON_GetErrorPtr

TheForceEngine/TFE_System/cJSON.c:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92static error global_error = { NULL, 0 };
93
94CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void)
95{
96 return (const char*) (global_error.json + global_error.position);
97}
98
99CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item)
100{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected