MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / NativeMod

Method NativeMod

src/ll/api/mod/NativeMod.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15NativeMod::NativeMod(Manifest manifest, sys_utils::HandleT handle)
16: Mod(std::move(manifest)),
17 mImpl(std::make_unique<Impl>(handle)) {}
18
19NativeMod::~NativeMod() { release(); }
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected