| 98 | } |
| 99 | |
| 100 | MaaControllerFeature DbgController::get_features() const |
| 101 | { |
| 102 | return MaaControllerFeature_None; |
| 103 | } |
| 104 | |
| 105 | bool DbgController::start_app(const std::string& /*intent*/) |
| 106 | { |
nothing calls this directly
no outgoing calls
no test coverage detected