MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / copy

Method copy

Source/JSON/jsoncpp.cpp:2073–2076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2071}
2072
2073void ValueIteratorBase::copy(const SelfType& other) {
2074 current_ = other.current_;
2075 isNull_ = other.isNull_;
2076}
2077
2078Value ValueIteratorBase::key() const {
2079 const Value::CZString czstring = (*current_).first;

Callers 9

copy_imageFunction · 0.45
GetBoneMatrixRotationFunction · 0.45
GetBoneMatrixTranslationFunction · 0.45
BakeBoneConstraintsFunction · 0.45
PoseFromKeyframeFunction · 0.45
ApplyAnimationFunction · 0.45
GetBoneMatrixRotationFunction · 0.45
GetBoneMatrixTranslationFunction · 0.45
BakeBoneConstraintsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected