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

Function ArrayJoin

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

Source from the content-addressed store, hash-verified

103}
104
105static Value ArrayJoin(const Value& separator)
106{
107 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
108 Array::Ptr self = static_cast<Array::Ptr>(vframe->Self);
109 REQUIRE_NOT_NULL(self);
110 return self->Join(separator);
111}
112
113static Array::Ptr ArrayReverse()
114{

Callers

nothing calls this directly

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected