Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ deleteContainerFromFilesystem
Method
deleteContainerFromFilesystem
source/ui/data/boxedContainer.cpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void BoxedContainer::deleteContainerFromFilesystem() {
111
Fs::deleteNativeDirAndAllFilesInDir(this->dirPath);
112
}
113
114
void BoxedContainer::reload() {
115
this->loadApps();
Callers
2
deleteContainer
Method · 0.80
onInstall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected