MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / printPwdStatus

Method printPwdStatus

cli/application.cpp:1135–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135void Application::printPwdStatus(const ArgumentOccurrence &)
1136{
1137 if (!findPwd()) {
1138 return;
1139 }
1140 printDir(RelevantDir{ m_pwd });
1141 QCoreApplication::quit();
1142}
1143
1144void Application::requestRescanPwd(const ArgumentOccurrence &)
1145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected