Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Append
Method
Append
lib/base/string.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void String::Append(int count, char ch)
254
{
255
m_Data.append(count, ch);
256
}
257
258
bool String::Contains(const String& str) const
259
{
Callers
3
ReadStringFromStream
Method · 0.80
EscapeCreateProcessArg
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected