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

Method ChatFileManager

ChatView/ChatFileManager.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace QodeAssist::Chat {
19
20ChatFileManager::ChatFileManager(QObject *parent)
21 : QObject(parent)
22 , m_intermediateStorageDir(getIntermediateStorageDir())
23{}
24
25ChatFileManager::~ChatFileManager() = default;
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected