MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Array

Method Array

opt_utils/src/json.cpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604
605
606 Array::Array() : Node()
607 {
608 }
609 Array::Array(const Array &other) : Node()
610 {
611 for (ChildList::const_iterator it = other.children.begin(); it != other.children.end(); ++it)

Callers

nothing calls this directly

Calls 3

GetCopyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected