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

Method description

tools/BuildProjectTool.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57QString BuildProjectTool::description() const
58{
59 return "Build the active Qt Creator project using its current build configuration and block "
60 "until the build finishes. Returns success/failure along with the full compiler output "
61 "(stdout + stderr). Use `get_issues_list` afterwards to get structured diagnostics. "
62 "This call is blocking and may take a long time for large projects.";
63}
64
65QJsonObject BuildProjectTool::parametersSchema() const
66{

Callers 1

collectBuildResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected