Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ NumToOpen
Method
NumToOpen
src/net.cpp:3155–3158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3153
}
3154
3155
size_t CConnman::PrivateBroadcast::NumToOpen() const
3156
{
3157
return m_num_to_open;
3158
}
3159
3160
void CConnman::PrivateBroadcast::NumToOpenAdd(size_t n)
3161
{
Callers
1
ThreadPrivateBroadcast
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected