Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ copy
Method
copy
src/value.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
size_t DataValue::copy(byte* buf, ByteOrder /*byteOrder*/) const {
123
// byteOrder not needed
124
return std::copy(value_.begin(), value_.end(), buf) - buf;
125
}
126
127
size_t DataValue::size() const {
128
return value_.size();
Callers
nothing calls this directly
Calls
9
convertStringCharset
Function · 0.85
abs
Function · 0.85
enforce
Function · 0.85
data
Method · 0.80
write
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected