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

Method ExecuteTerminalCommandTool

tools/ExecuteTerminalCommandTool.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace QodeAssist::Tools {
24
25ExecuteTerminalCommandTool::ExecuteTerminalCommandTool(QObject *parent)
26 : BaseTool(parent)
27{
28}
29
30QString ExecuteTerminalCommandTool::id() const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected