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

Method Clone

lib/base/value.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263Value Value::Clone() const
264{
265 if (IsObject())
266 return static_cast<Object::Ptr>(*this)->Clone();
267 else
268 return *this;
269}

Callers 4

ObjectCloneFunction · 0.45
ModifyAttributeMethod · 0.45
RestoreAttributeMethod · 0.45
TestJsonStackSizeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestJsonStackSizeFunction · 0.36