Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ToLower
Method
ToLower
lib/base/string.cpp:232–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
String String::ToLower() const
233
{
234
String t = m_Data;
235
boost::algorithm::to_lower(t);
236
return t;
237
}
238
239
String String::ToUpper() const
240
{
Callers
15
CheckPermission
Method · 0.80
CanAccessConfigObject
Method · 0.80
EvaluateFilter
Method · 0.80
HasPermission
Method · 0.80
CheckPermission
Method · 0.80
ComputeNewObjectConfigPath
Method · 0.80
StatsFunc
Method · 0.80
Parse
Method · 0.80
InitEnvironmentId
Method · 0.80
UpdateAllConfigObjects
Method · 0.80
SendStateChange
Method · 0.80
SerializeState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected