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

Method ListProjectFilesTool

tools/ListProjectFilesTool.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace QodeAssist::Tools {
19
20ListProjectFilesTool::ListProjectFilesTool(QObject *parent)
21 : BaseTool(parent)
22 , m_ignoreManager(new Context::IgnoreManager(this))
23
24{}
25
26QString ListProjectFilesTool::id() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected