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

Method FindFileTool

tools/FindFileTool.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected