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

Method handleCompressionError

ChatView/ChatCompressor.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ChatCompressor::handleCompressionError(const QString &error)
144{
145 cleanupState();
146 emit compressionFailed(error);
147}
148
149QString ChatCompressor::createCompressedChatPath(const QString &originalPath) const
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected