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

Method takePendingChatFile

ChatView/SessionFileRegistry.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString SessionFileRegistry::takePendingChatFile()
42{
43 return std::exchange(m_pendingChatFile, QString{});
44}
45
46QString SessionFileRegistry::uniqueFreePath(const QString &desiredPath) const
47{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected