| 59 | : uiDelegateInterface_{std::move(uiDelegateInterface)}, hostSession_{std::move(hostSession)} {} |
| 60 | |
| 61 | Identifier UIDelegate::identifier() const { return uiDelegateInterface_->identifier(); } |
| 62 | |
| 63 | Str UIDelegate::displayName() const { return uiDelegateInterface_->displayName(); } |
| 64 |
nothing calls this directly
no outgoing calls
no test coverage detected