MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / exists

Method exists

src/common/util/fileoperation.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool FileOperation::exists(const QString &filePath)
101{
102 return QFileInfo(filePath).exists();
103}

Callers 3

doNewDocumentMethod · 0.45
doNewFolderMethod · 0.45
checkCreateDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected