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

Method Array

lib/base/array.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17REGISTER_PRIMITIVE_TYPE(Array, Object, Array::GetPrototype());
18
19Array::Array(const ArrayData& other)
20 : m_Data(other)
21{ }
22
23Array::Array(ArrayData&& other)
24 : m_Data(std::move(other))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected