| 25 | }; |
| 26 | |
| 27 | OverloadData::OverloadData(CommandHandle& handle, std::weak_ptr<mod::Mod> mod) |
| 28 | : impl(std::make_unique<Impl>(handle, std::move(mod))) {} |
| 29 | |
| 30 | OverloadData& OverloadData::operator=(OverloadData&&) = default; |
| 31 | OverloadData::OverloadData(OverloadData&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected