Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
bool FileOperation::exists(const QString &filePath)
101
{
102
return QFileInfo(filePath).exists();
103
}
Callers
3
doNewDocument
Method · 0.45
doNewFolder
Method · 0.45
checkCreateDir
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected