Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ disconnectAllSignals
Method
disconnectAllSignals
ChatView/ChatCompressor.cpp:276–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
void ChatCompressor::disconnectAllSignals()
277
{
278
for (const auto &connection : std::as_const(m_connections))
279
disconnect(connection);
280
m_connections.clear();
281
}
282
283
void ChatCompressor::cleanupState()
284
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected