MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / UnlockHandler

Method UnlockHandler

common/src/handler/UnlockHandler.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#endif
21
22UnlockHandler::UnlockHandler(const std::function<void(std::string)> &printMessage) {
23 m_PrintMessage = printMessage;
24}
25
26UnlockResult UnlockHandler::GetResult(const std::string &authUser, const std::string &authProgram, std::atomic<bool> *isRunning) {
27 auto settings = AppSettings::Get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected