MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetHost

Method SetHost

lib/remote/url.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Url::SetHost(const String& host)
151{
152 m_Host = host;
153}
154
155void Url::SetPort(const String& port)
156{

Callers 4

AssembleBaseUrlMethod · 0.80
SendRequestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
FetchDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected