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

Method description

tools/ProjectSearchTool.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42QString ProjectSearchTool::description() const
43{
44 return "Search across all open Qt Creator project(s) for text occurrences or C++ symbol "
45 "definitions. 'text' mode scans source files line-by-line for literal text or regex. "
46 "'symbol' mode uses Qt Creator's C++ code model and works only for C++ "
47 "(not QML, Python, or plain text). Respects .qodeassistignore. "
48 "Use `find_file` for locating files by name, not this tool.";
49}
50
51QJsonObject ProjectSearchTool::parametersSchema() const
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected