MCPcopy 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
630CService HTTPRequest::GetPeer() const
631{
632 return m_client->m_addr;
633}
634
635std::optional<std::string> HTTPRequest::GetQueryParameter(const std::string_view key) const
636{

Callers 3

HTTPReq_JSONRPCFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64