MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / saveInstalledPackageList

Method saveInstalledPackageList

source/ui/data/boxedContainer.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void BoxedContainer::saveInstalledPackageList() {
75 BString path = GlobalSettings::getRootFolder(this).stringByApppendingPath("installed.txt");
76 writeLinesToFile(path, installedPackages);
77}
78
79BoxedContainer* BoxedContainer::createContainer(BString dirPath, BString name, std::shared_ptr<FileSystemZip> fileSystem) {
80 BoxedContainer* container = new BoxedContainer();

Callers

nothing calls this directly

Calls 2

writeLinesToFileFunction · 0.85

Tested by

no test coverage detected