Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
bool BCLog::Logger::DefaultShrinkDebugFile() const
175
{
176
return m_categories == BCLog::NONE;
177
}
178
179
static const std::map<std::string, BCLog::LogFlags, std::less<>> LOG_CATEGORIES_BY_STR{
180
{
"net"
, BCLog::NET},
Callers
1
StartLogging
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected