Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ FileIo
Method
FileIo
src/basicio.cpp:183–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
} // FileIo::Impl::stat
182
183
FileIo::FileIo(const std::string& path) : p_(std::make_unique<Impl>(path)) {
184
}
185
186
FileIo::~FileIo() {
187
close();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected