Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ Object
Method
Object
opt_utils/src/json.cpp:478–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
478
Object::Object() : Node()
479
{
480
}
481
Object::Object(const Object &other) : Node()
482
{
483
for (ChildList::const_iterator it = other.children.begin(); it != other.children.end(); ++it)
Callers
nothing calls this directly
Calls
3
GetCopy
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected