| 22 | namespace QodeAssist::Chat { |
| 23 | |
| 24 | ChatCompressor::ChatCompressor(QObject *parent) |
| 25 | : QObject(parent) |
| 26 | {} |
| 27 | |
| 28 | void ChatCompressor::startCompression(const QString &chatFilePath, ChatModel *chatModel) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected