MCPcopy Create free account
hub / github.com/VioletGiraffe/file-commander / shellExecutable

Method shellExecutable

file-commander-core/src/shell/cshell.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::pair<QString /* exe path */, QString /* args */> OsShell::shellExecutable()
97{
98 //const QString shell = CSettings{}.value(KEY_OTHER_SHELL_COMMAND_NAME, defaultShellExecutableCommand()).toString();
99 auto shell = defaultShellExecutableCommand();
100 return parseCommandAndArguments(shell);
101}
102
103void OsShell::executeShellCommand(const QString& command, const QString& workingDir)
104{

Callers

nothing calls this directly

Calls 2

parseCommandAndArgumentsFunction · 0.85

Tested by

no test coverage detected