MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / CheckError

Function CheckError

src/windows/QRCodeDialog.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void CheckError()
37{
38 const char *fl = NULL, *fn = NULL, *da = NULL;
39 int ln = 0, fa = 0;
40 unsigned long er = ERR_get_error_all(&fl, &ln, &fn, &da, &fa);
41
42 DbgPrintW("OpenSSL error(%lx): %s:%d, %s, %s, %d", er, fl, ln, fn, da, fa);
43 assert(!"OpenSSL error!");
44}
45
46void QRCodeDialog::HandleGatewayMessage(const std::string& payload)
47{

Callers 2

HandleGatewayMessageMethod · 0.85
CreateRSAKeyMethod · 0.85

Calls 1

DbgPrintWFunction · 0.85

Tested by

no test coverage detected