| 5048 | } |
| 5049 | |
| 5050 | void EditorNode::notify_all_debug_sessions_exited() { |
| 5051 | project_run_bar->stop_playing(); |
| 5052 | } |
| 5053 | |
| 5054 | void EditorNode::add_io_error(const String &p_error) { |
| 5055 | DEV_ASSERT(Thread::get_caller_id() == Thread::get_main_id()); |
no test coverage detected