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

Method Replace

lib/base/string.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void String::Replace(String::SizeType first, String::SizeType second, const String& str)
221{
222 m_Data.replace(first, second, str);
223}
224
225String String::Trim() const
226{

Callers 3

InternalResolveMacrosMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
ShowCertificatePromptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected