MCPcopy 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
113FileIo::Impl::Impl(std::string path) : path_(std::move(path)) {
114}
115
116int FileIo::Impl::switchMode(OpMode opMode) {
117 if (opMode_ == opMode)

Callers

nothing calls this directly

Calls 1

fileProtocolFunction · 0.85

Tested by

no test coverage detected