Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void String::Replace(String::SizeType first, String::SizeType second, const String& str)
221
{
222
m_Data.replace(first, second, str);
223
}
224
225
String String::Trim() const
226
{
Callers
3
InternalResolveMacros
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
ShowCertificatePrompt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected