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

Method SetPath

lib/remote/url.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void Url::SetPath(const std::vector<String>& path)
161{
162 m_Path = path;
163}
164
165void Url::SetQuery(const std::vector<std::pair<String, String>>& query)
166{

Callers 7

SendRequestMethod · 0.80
AssembleUrlMethod · 0.80
AssembleUrlMethod · 0.80
ExecuteScriptMethod · 0.80
AutoCompleteScriptMethod · 0.80
ScriptFuncMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected