MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / CmdLineTool

Method CmdLineTool

cmdtools/cmdlinetool.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39extern Global global;
40
41CmdLineTool::CmdLineTool(QObject *parent) :
42 QObject(parent)
43{
44}
45
46// Run the command line request.
47int CmdLineTool::run(StartupConfig &config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected