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

Method cleanupState

ChatView/ChatCompressor.cpp:283–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void ChatCompressor::cleanupState()
284{
285 disconnectAllSignals();
286
287 m_isCompressing = false;
288 m_currentRequestId.clear();
289 m_originalChatPath.clear();
290 m_accumulatedSummary.clear();
291 m_chatModel = nullptr;
292 m_provider = nullptr;
293}
294
295} // namespace QodeAssist::Chat

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected