Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ StringReverse
Function
StringReverse
lib/base/string-script.cpp:107–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
static String StringReverse()
108
{
109
ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
110
String self = vframe->Self;
111
return self.Reverse();
112
}
113
114
static String StringTrim()
115
{
Callers
nothing calls this directly
Calls
1
Reverse
Method · 0.45
Tested by
no test coverage detected