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

Method configFilePath

mcp/McpClientsManager.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42QString McpClientsManager::configFilePath()
43{
44 const QString base = Core::ICore::userResourcePath().toFSPathString();
45 return QDir(base).filePath(QStringLiteral("qodeassist/mcp-server.json"));
46}
47
48QByteArray McpClientsManager::emptyConfigTemplate()
49{

Callers

nothing calls this directly

Calls 1

filePathMethod · 0.45

Tested by

no test coverage detected