MCPcopy 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
41bool removeFile(const QString& name)
42{
43 if (!QFile::exists(name))
44 return true;
45 return QFile::remove(name);
46}
47} // namespace
48
49TEST(UpdateInstaller, SuccessInstall)

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected