Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ Impl
Method
Impl
src/xmp.cpp:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
};
267
268
Xmpdatum::Impl::Impl(const XmpKey& key, const Value* pValue) : key_(key.clone()) {
269
if (pValue)
270
value_ = pValue->clone();
271
}
272
273
Xmpdatum::Impl::Impl(const Impl& rhs) {
274
if (rhs.key_)
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected