MCPcopy 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
107static String StringReverse()
108{
109 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
110 String self = vframe->Self;
111 return self.Reverse();
112}
113
114static String StringTrim()
115{

Callers

nothing calls this directly

Calls 1

ReverseMethod · 0.45

Tested by

no test coverage detected