Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ DataBuf
Method
DataBuf
src/types.cpp:93–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
DataBuf::DataBuf(size_t size) : pData_(size) {
94
}
95
96
DataBuf::DataBuf(const byte* pData, size_t size) : pData_(size) {
97
std::copy_n(pData, size, pData_.begin());
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected