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

Method description

tools/ListProjectFilesTool.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString ListProjectFilesTool::description() const
37{
38 return "List every source file tracked by the active Qt Creator project(s), filtered by "
39 ".qodeassistignore. Returns absolute and project-relative paths grouped by project. "
40 "Useful for discovering the project layout before running focused searches or reads. "
41 "Takes no parameters.";
42}
43
44QJsonObject ListProjectFilesTool::parametersSchema() const
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected