MCPcopy 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
122size_t DataValue::copy(byte* buf, ByteOrder /*byteOrder*/) const {
123 // byteOrder not needed
124 return std::copy(value_.begin(), value_.end(), buf) - buf;
125}
126
127size_t DataValue::size() const {
128 return value_.size();

Callers

nothing calls this directly

Calls 9

convertStringCharsetFunction · 0.85
absFunction · 0.85
enforceFunction · 0.85
dataMethod · 0.80
writeFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected