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

Method Trim

lib/base/string.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225String String::Trim() const
226{
227 String t = m_Data;
228 boost::algorithm::trim(t);
229 return t;
230}
231
232String String::ToLower() const
233{

Callers 13

AgentSatelliteSetupMethod · 0.80
MasterSetupMethod · 0.80
ReleaseHelperFunction · 0.80
StringTrimFunction · 0.80
LivestatusQueryMethod · 0.80
GetAttributesMethod · 0.80
ParseTimeRangeMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
GetMasterHostPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected