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

Method ProjectSearchTool

tools/ProjectSearchTool.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace QodeAssist::Tools {
26
27ProjectSearchTool::ProjectSearchTool(QObject *parent)
28 : BaseTool(parent)
29 , m_ignoreManager(new Context::IgnoreManager(this))
30{}
31
32QString ProjectSearchTool::id() const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected