MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / logSkipDebug

Method logSkipDebug

Telegram/SourceFiles/core/base_integration.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bool BaseIntegration::logSkipDebug() {
25 return !Logs::DebugEnabled() && Logs::started();
26}
27
28void BaseIntegration::logMessageDebug(const QString &message) {
29 Logs::writeDebug(message);

Callers

nothing calls this directly

Calls 2

DebugEnabledFunction · 0.85
startedFunction · 0.85

Tested by

no test coverage detected