Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ InstanceName
Method
InstanceName
launcher/InstanceTask.h:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
struct InstanceName {
13
public:
14
InstanceName() = default;
15
InstanceName(QString name, QString version) : m_original_name(std::move(name)), m_original_version(std::move(version)) {}
16
17
[[nodiscard]] QString modifiedName() const;
Callers
nothing calls this directly
Calls
1
move
Function · 0.85
Tested by
no test coverage detected