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

Method getData

src/basicio.cpp:638–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 [[nodiscard]] byte* getData() const {
639 return data_;
640 }
641
642 [[nodiscard]] size_t getSize() const {
643 return size_;

Callers 4

writeMethod · 0.45
readMethod · 0.45
getbMethod · 0.45
mmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected