Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
String String::Trim() const
226
{
227
String t = m_Data;
228
boost::algorithm::trim(t);
229
return t;
230
}
231
232
String String::ToLower() const
233
{
Callers
13
GetActiveStageFromFile
Method · 0.80
AgentSatelliteSetup
Method · 0.80
MasterSetup
Method · 0.80
GenerateNodeIcingaConfig
Method · 0.80
ReleaseHelper
Function · 0.80
StringTrim
Function · 0.80
ProcessFinishedHandler
Method · 0.80
LivestatusQuery
Method · 0.80
GetAttributes
Method · 0.80
ParseTimeRange
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
GetMasterHostPort
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected