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

Method SetScheme

lib/remote/url.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void Url::SetScheme(const String& scheme)
136{
137 m_Scheme = scheme;
138}
139
140void Url::SetUsername(const String& username)
141{

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