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

Method getProjectPath

pluginllmcore/RulesLoader.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88QString RulesLoader::getProjectPath(ProjectExplorer::Project *project)
89{
90 if (!project) {
91 return QString();
92 }
93
94 return project->projectDirectory().toUrlishString();
95}
96
97QVector<RuleFileInfo> RulesLoader::getRuleFiles(const QString &projectPath, RulesContext context)
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected