MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / exportData

Function exportData

src/openrct2/profiling/Profiling.cpp:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 } // namespace
290
291 bool exportData(const std::string& filePath)
292 {
293 if (hasExtension(filePath, ".json"))
294 return writeJSON(filePath);
295 return writeCSV(filePath);
296 }
297
298} // namespace OpenRCT2::Profiling

Callers 1

Calls 3

hasExtensionFunction · 0.85
writeJSONFunction · 0.85
writeCSVFunction · 0.85

Tested by

no test coverage detected