Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiteLDev/LeviLamina
/ ModManager
Method
ModManager
src/ll/api/mod/ModManager.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
};
11
12
ModManager::ModManager(std::string_view type) : impl(std::make_unique<Impl>(std::string{type})) {}
13
14
ModManager::~ModManager() = default;
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected