MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ArrayReverse

Function ArrayReverse

lib/base/array-script.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static Array::Ptr ArrayReverse()
114{
115 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
116 Array::Ptr self = static_cast<Array::Ptr>(vframe->Self);
117 REQUIRE_NOT_NULL(self);
118 return self->Reverse();
119}
120
121static Array::Ptr ArrayMap(const Function::Ptr& function)
122{

Callers

nothing calls this directly

Calls 1

ReverseMethod · 0.45

Tested by

no test coverage detected