Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ Impl
Method
Impl
src/basicio.cpp:113–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
};
112
113
FileIo::Impl::Impl(std::string path) : path_(std::move(path)) {
114
}
115
116
int FileIo::Impl::switchMode(OpMode opMode) {
117
if (opMode_ == opMode)
Callers
nothing calls this directly
Calls
1
fileProtocol
Function · 0.85
Tested by
no test coverage detected