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

Method formatFileList

tools/ListProjectFilesTool.cpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118QString ListProjectFilesTool::formatFileList(const QStringList &files) const
119{
120 QString result = QString("Project files (%1 total):\n\n").arg(files.size());
121
122 for (const QString &file : files) {
123 result += QString("- %1\n").arg(file);
124 }
125
126 return result;
127}
128
129} // namespace QodeAssist::Tools

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected