Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ addExtraFile
Method
addExtraFile
launcher/MMCZip.h:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
void setExcludeFiles(QStringList excludeFiles) { m_exclude_files = excludeFiles; }
185
void addExtraFile(QString fileName, QByteArray data) { m_extra_files.insert(fileName, data); }
186
187
using ZipResult = std::optional<QString>;
188
Callers
2
buildZip
Method · 0.80
buildZip
Method · 0.80
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected