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

Function ArrayUnique

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

Source from the content-addressed store, hash-verified

220 return true;
221}
222static Array::Ptr ArrayUnique()
223{
224 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
225 Array::Ptr self = static_cast<Array::Ptr>(vframe->Self);
226 REQUIRE_NOT_NULL(self);
227 return self->Unique();
228}
229
230static void ArrayFreeze()
231{

Callers

nothing calls this directly

Calls 1

UniqueMethod · 0.80

Tested by

no test coverage detected