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

Method Dictionary

lib/base/dictionary.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14REGISTER_PRIMITIVE_TYPE(Dictionary, Object, Dictionary::GetPrototype());
15
16Dictionary::Dictionary(const DictionaryData& other)
17{
18 for (const auto& kv : other)
19 m_Data.insert(kv);
20}
21
22Dictionary::Dictionary(DictionaryData&& other)
23{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected