MCPcopy 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
232String String::ToLower() const
233{
234 String t = m_Data;
235 boost::algorithm::to_lower(t);
236 return t;
237}
238
239String String::ToUpper() const
240{

Callers 15

CheckPermissionMethod · 0.80
CanAccessConfigObjectMethod · 0.80
EvaluateFilterMethod · 0.80
HasPermissionMethod · 0.80
CheckPermissionMethod · 0.80
StatsFuncMethod · 0.80
ParseMethod · 0.80
InitEnvironmentIdMethod · 0.80
SendStateChangeMethod · 0.80
SerializeStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected