LiveEdit/Inspector
| 689 | |
| 690 | // LiveEdit/Inspector |
| 691 | void EditorDebuggerNode::request_remote_tree() { |
| 692 | get_current_debugger()->request_remote_tree(); |
| 693 | } |
| 694 | |
| 695 | void EditorDebuggerNode::set_remote_selection(const TypedArray<int64_t> &p_ids) { |
| 696 | stop_waiting_inspection(); |
no outgoing calls
no test coverage detected