MCPcopy 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
276void ChatCompressor::disconnectAllSignals()
277{
278 for (const auto &connection : std::as_const(m_connections))
279 disconnect(connection);
280 m_connections.clear();
281}
282
283void ChatCompressor::cleanupState()
284{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected