Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ stat
Class
stat
src/basicio.cpp:174–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
int FileIo::Impl::stat(StructStat& buf) const {
174
struct stat st;
175
auto ret = ::stat(path_.c_str(), &st);
176
if (ret == 0) {
177
buf.st_size = st.st_size;
Callers
3
stat
Method · 0.70
transfer
Method · 0.70
readFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected