MCPcopy Create free account
hub / github.com/Illumina/paragraph / copy

Method copy

external/jsoncpp/jsoncpp.cpp:2361–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359}
2360
2361void ValueIteratorBase::copy(const SelfType& other) {
2362 current_ = other.current_;
2363 isNull_ = other.isNull_;
2364}
2365
2366Value ValueIteratorBase::key() const {
2367 const Value::CZString czstring = (*current_).first;

Callers 3

json_dictMethod · 0.80
update_vcf_from_grmpyFunction · 0.80
test_phasingMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_phasingMethod · 0.64