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

Method ChatCompressor

ChatView/ChatCompressor.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace QodeAssist::Chat {
23
24ChatCompressor::ChatCompressor(QObject *parent)
25 : QObject(parent)
26{}
27
28void ChatCompressor::startCompression(const QString &chatFilePath, ChatModel *chatModel)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected