MCPcopy Create free account
hub / github.com/Samsung/UTopia / copy

Method copy

external/jsoncpp/jsoncpp.cpp:2275–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275void ValueIteratorBase::copy(const SelfType &other) {
2276 current_ = other.current_;
2277 isNull_ = other.isNull_;
2278}
2279
2280Value ValueIteratorBase::key() const {
2281 const Value::CZString czstring = (*current_).first;

Callers 1

get_link_cmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected