| 18 | namespace QodeAssist::Chat { |
| 19 | |
| 20 | ChatFileManager::ChatFileManager(QObject *parent) |
| 21 | : QObject(parent) |
| 22 | , m_intermediateStorageDir(getIntermediateStorageDir()) |
| 23 | {} |
| 24 | |
| 25 | ChatFileManager::~ChatFileManager() = default; |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected