MCPcopy 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
253void String::Append(int count, char ch)
254{
255 m_Data.append(count, ch);
256}
257
258bool String::Contains(const String& str) const
259{

Callers 3

ReadStringFromStreamMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected