MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / isFileAccessible

Method isFileAccessible

ChatView/ChatFileManager.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool ChatFileManager::isFileAccessible(const QString &filePath)
86{
87 QFileInfo fileInfo(filePath);
88 return fileInfo.exists() && fileInfo.isFile() && fileInfo.isReadable();
89}
90
91void ChatFileManager::cleanupGlobalIntermediateStorage()
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected