Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ToUpper
Method
ToUpper
lib/base/string.cpp:239–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
String String::ToUpper() const
240
{
241
String t = m_Data;
242
boost::algorithm::to_upper(t);
243
return t;
244
}
245
246
String String::Reverse() const
247
{
Callers
1
FormatOutput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected