| 13 | }; |
| 14 | |
| 15 | NativeMod::NativeMod(Manifest manifest, sys_utils::HandleT handle) |
| 16 | : Mod(std::move(manifest)), |
| 17 | mImpl(std::make_unique<Impl>(handle)) {} |
| 18 | |
| 19 | NativeMod::~NativeMod() { release(); } |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected