MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / copy

Method copy

src/share/jsoncpp/jsoncpp.cpp:2340–2343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338}
2339
2340void ValueIteratorBase::copy(const SelfType& other) {
2341 current_ = other.current_;
2342 isNull_ = other.isNull_;
2343}
2344
2345Value ValueIteratorBase::key() const {
2346 const Value::CZString czstring = (*current_).first;

Callers 15

importsMethod · 0.45
packageMethod · 0.45
_fix_macdeployqtMethod · 0.45
_configure_deployqtMethod · 0.45
doUpdateAppMethod · 0.45
updateAbstractMethod · 0.45
setTogetherIconMethod · 0.45
WizCopyFileFunction · 0.45
drawButtonBackgroundFunction · 0.45
corpImageMethod · 0.45
circleImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected