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

Method consumePendingChatFile

ChatView/ChatRootView.cpp:931–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931void ChatRootView::consumePendingChatFile()
932{
933 if (auto registry = sessionFileRegistry()) {
934 const QString pending = registry->takePendingChatFile();
935 if (!pending.isEmpty())
936 loadHistory(pending);
937 }
938}
939
940void ChatRootView::relocateToSplit()
941{

Callers

nothing calls this directly

Calls 2

takePendingChatFileMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected