Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ CommandParser
Method
CommandParser
src/common/util/commandparser.cpp:139–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
CommandParser::CommandParser(QObject *parent)
140
: QObject(parent),
141
commandParser(new QCommandLineParser)
142
{
143
initialize();
144
}
Callers
nothing calls this directly
Calls
1
initialize
Function · 0.50
Tested by
no test coverage detected