Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetPeer
Method
GetPeer
src/httpserver.cpp:630–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
}
629
630
CService HTTPRequest::GetPeer() const
631
{
632
return m_client->m_addr;
633
}
634
635
std::optional<std::string> HTTPRequest::GetQueryParameter(const std::string_view key) const
636
{
Callers
3
MaybeDispatchRequestToWorker
Function · 0.80
HTTPReq_JSONRPC
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64