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

Method getChatContentFolder

ChatView/ChatSerializer.cpp:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253QString ChatSerializer::getChatContentFolder(const QString &chatFilePath)
254{
255 QFileInfo fileInfo(chatFilePath);
256 QString baseName = fileInfo.completeBaseName();
257 QString dirPath = fileInfo.absolutePath();
258 return QDir(dirPath).filePath(baseName + "_content");
259}
260
261bool ChatSerializer::saveContentToStorage(
262 const QString &chatFilePath,

Callers

nothing calls this directly

Calls 1

filePathMethod · 0.45

Tested by

no test coverage detected