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

Method OverloadData

src/ll/api/command/OverloadData.cpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27OverloadData::OverloadData(CommandHandle& handle, std::weak_ptr<mod::Mod> mod)
28: impl(std::make_unique<Impl>(handle, std::move(mod))) {}
29
30OverloadData& OverloadData::operator=(OverloadData&&) = default;
31OverloadData::OverloadData(OverloadData&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected