Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2355
void ValueIteratorBase::copy(const SelfType& other) {
2356
current_ = other.current_;
2357
isNull_ = other.isNull_;
2358
}
2359
2360
Value ValueIteratorBase::key() const {
2361
const Value::CZString czstring = (*current_).first;
Callers
1
test_build_extern.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected