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

Method description

tools/CreateNewFileTool.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35QString CreateNewFileTool::description() const
36{
37 return "Create a new empty file at the given absolute path. Any missing parent directories "
38 "are created automatically. The file is written to disk only — it is NOT added to the "
39 "project's build system automatically; the user must register it in CMakeLists.txt or "
40 "the equivalent project file. Use `edit_file` afterwards to populate its content.";
41}
42
43QJsonObject CreateNewFileTool::parametersSchema() const
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected