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

Method count

src/value.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98size_t DataValue::count() const {
99 return size();
100}
101
102int DataValue::read(const byte* buf, size_t len, ByteOrder /*byteOrder*/) {
103 // byteOrder not needed

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected