Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneMoreGres/ScreenTranslator
/ removeFile
Function
removeFile
tests/updates_test.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool removeFile(const QString& name)
42
{
43
if (!QFile::exists(name))
44
return true;
45
return QFile::remove(name);
46
}
47
} // namespace
48
49
TEST(UpdateInstaller, SuccessInstall)
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected