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

Method getAutosaveFilePath

ChatView/ChatRootView.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614QString ChatRootView::getAutosaveFilePath() const
615{
616 return m_historyStore->autosaveFilePath(m_recentFilePath);
617}
618
619QString ChatRootView::getAutosaveFilePath(
620 const QString &firstMessage, const QStringList &attachments) const

Callers

nothing calls this directly

Calls 1

autosaveFilePathMethod · 0.80

Tested by

no test coverage detected