Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
size_t DataValue::count() const {
99
return size();
100
}
101
102
int DataValue::read(const byte* buf, size_t len, ByteOrder /*byteOrder*/) {
103
// byteOrder not needed
Callers
nothing calls this directly
Calls
2
size
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected