MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_recent_error_string

Method get_recent_error_string

utility/gdre_settings.cpp:2935–2940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2933}
2934
2935String GDRESettings::get_recent_error_string(bool p_filter_backtraces) {
2936 if (p_filter_backtraces) {
2937 return String("\n").join(gdre::filter_error_backtraces(GDRESettings::get_errors()));
2938 }
2939 return String("\n").join(GDRESettings::get_errors());
2940}
2941
2942bool GDRESettings::main_iteration() {
2943 // For testing, we can't call Main::iteration() because Main hasn't been set up.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected