| 11 | namespace QodeAssist::Chat { |
| 12 | |
| 13 | SessionFileRegistry::SessionFileRegistry(QObject *parent) |
| 14 | : QObject(parent) |
| 15 | {} |
| 16 | |
| 17 | bool SessionFileRegistry::isLocked(const QString &path) const |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected