Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetInfo
Method
GetInfo
src/net.cpp:734–737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
}
733
734
Transport::Info V1Transport::GetInfo() const noexcept
735
{
736
return {.transport_type = TransportProtocolType::V1, .session_id = {}};
737
}
738
739
int V1Transport::readHeader(std::span<const uint8_t> msg_bytes)
740
{
Callers
7
CopyStats
Method · 0.45
InactivityCheck
Method · 0.45
CompareSessionIDs
Method · 0.45
SimulationTest
Function · 0.45
getprivatebroadcastinfo
Function · 0.45
abortprivatebroadcast
Function · 0.45
getnetworkinfo
Function · 0.45
Calls
3
MakeUCharSpan
Function · 0.85
GetSessionID
Method · 0.80
uint256
Class · 0.70
Tested by
2
CompareSessionIDs
Method · 0.36
SimulationTest
Function · 0.36