Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
Value Value::Clone() const
264
{
265
if (IsObject())
266
return static_cast<Object::Ptr>(*this)->Clone();
267
else
268
return *this;
269
}
Callers
4
ObjectClone
Function · 0.45
ModifyAttribute
Method · 0.45
RestoreAttribute
Method · 0.45
TestJsonStackSize
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestJsonStackSize
Function · 0.36