Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ write
Method
write
launcher/meta/BaseEntity.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return true;
40
}
41
bool write(QByteArray & data) override
42
{
43
this->data.append(data);
44
return true;
45
}
46
bool abort() override
47
{
48
return true;
Callers
15
createLibrariesComponent
Method · 0.45
createPackComponent
Method · 0.45
saveJsonFile
Function · 0.45
customize
Method · 0.45
writeJson
Method · 0.45
putLevelDatDataToFS
Function · 0.45
savePackProfile
Function · 0.45
installEmpty
Method · 0.45
installJarMods_internal
Method · 0.45
installCustomJar_internal
Method · 0.45
on_state
Method · 0.45
proceed
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
1
writeJson
Method · 0.36