Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Reverse
Method
Reverse
lib/base/string.cpp:246–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
String String::Reverse() const
247
{
248
String t = m_Data;
249
std::reverse(t.m_Data.begin(), t.m_Data.end());
250
return t;
251
}
252
253
void String::Append(int count, char ch)
254
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected