MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / copy

Method copy

src/preview.cpp:979–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977#endif
978
979DataBuf PreviewImage::copy() const {
980 return {pData(), size()};
981}
982
983const byte* PreviewImage::pData() const {
984 return preview_.c_data();

Callers 1

getDataMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected