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

Method checkPwdOperationPresent

cli/application.cpp:1125–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void Application::checkPwdOperationPresent(const ArgumentOccurrence &occurrence)
1126{
1127 // FIXME: implement default operation in argument parser
1128 if (m_args.pwd.specifiedOperation()) {
1129 return;
1130 }
1131 // print status when no operation specified
1132 printPwdStatus(occurrence);
1133}
1134
1135void Application::printPwdStatus(const ArgumentOccurrence &)
1136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected