MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / copy

Method copy

json/jsoncpp.cpp:2355–2358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2353}
2354
2355void ValueIteratorBase::copy(const SelfType& other) {
2356 current_ = other.current_;
2357 isNull_ = other.isNull_;
2358}
2359
2360Value ValueIteratorBase::key() const {
2361 const Value::CZString czstring = (*current_).first;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected