MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / copy

Method copy

vrclient_x64/jsoncpp.cpp:2322–2325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2320}
2321
2322void ValueIteratorBase::copy(const SelfType& other) {
2323 current_ = other.current_;
2324 isNull_ = other.isNull_;
2325}
2326
2327Value ValueIteratorBase::key() const {
2328 const Value::CZString czstring = (*current_).first;

Callers 2

json_convert_pathsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected