Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
979
DataBuf PreviewImage::copy() const {
980
return {pData(), size()};
981
}
982
983
const byte* PreviewImage::pData() const {
984
return preview_.c_data();
Callers
1
getData
Method · 0.45
Calls
1
size
Function · 0.85
Tested by
no test coverage detected