MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / DefaultShrinkDebugFile

Method DefaultShrinkDebugFile

src/logging.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174bool BCLog::Logger::DefaultShrinkDebugFile() const
175{
176 return m_categories == BCLog::NONE;
177}
178
179static const std::map<std::string, BCLog::LogFlags, std::less<>> LOG_CATEGORIES_BY_STR{
180 {"net", BCLog::NET},

Callers 1

StartLoggingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected