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

Method AddQueryElement

lib/remote/url.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void Url::AddQueryElement(const String& name, const String& value)
176{
177 m_Query.emplace_back(name, value);
178}
179
180void Url::SetFragment(const String& fragment) {
181 m_Fragment = fragment;

Callers 4

AssembleBaseUrlMethod · 0.80
AssembleUrlMethod · 0.80
AssembleUrlMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected