MCPcopy Create free account
hub / github.com/KDE/konsole / command

Method command

src/ShellCommand.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46QString ShellCommand::command() const
47{
48 if (!_arguments.isEmpty()) {
49 return _arguments[0];
50 }
51 return QString();
52}
53
54QStringList ShellCommand::arguments() const
55{

Callers 2

sendKeyEventMethod · 0.45

Calls 2

isEmptyMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected