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

Method getRuleFilesForProject

pluginllmcore/RulesLoader.cpp:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125QVector<RuleFileInfo> RulesLoader::getRuleFilesForProject(
126 ProjectExplorer::Project *project, RulesContext context)
127{
128 if (!project) {
129 return QVector<RuleFileInfo>();
130 }
131
132 QString projectPath = getProjectPath(project);
133 return getRuleFiles(projectPath, context);
134}
135
136QString RulesLoader::loadRuleFileContent(const QString &filePath)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected