MCPcopy 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
734Transport::Info V1Transport::GetInfo() const noexcept
735{
736 return {.transport_type = TransportProtocolType::V1, .session_id = {}};
737}
738
739int V1Transport::readHeader(std::span<const uint8_t> msg_bytes)
740{

Callers 7

CopyStatsMethod · 0.45
InactivityCheckMethod · 0.45
CompareSessionIDsMethod · 0.45
SimulationTestFunction · 0.45
getprivatebroadcastinfoFunction · 0.45
abortprivatebroadcastFunction · 0.45
getnetworkinfoFunction · 0.45

Calls 3

MakeUCharSpanFunction · 0.85
GetSessionIDMethod · 0.80
uint256Class · 0.70

Tested by 2

CompareSessionIDsMethod · 0.36
SimulationTestFunction · 0.36