Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
QString ShellCommand::command() const
47
{
48
if (!_arguments.isEmpty()) {
49
return _arguments[0];
50
}
51
return QString();
52
}
53
54
QStringList ShellCommand::arguments() const
55
{
Callers
2
sendKeyEvent
Method · 0.45
processProfileChangeArgs
Method · 0.45
Calls
2
isEmpty
Method · 0.80
QString
Class · 0.50
Tested by
no test coverage detected