Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ setPath
Method
setPath
src/basicio.cpp:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
void FileIo::setPath(const std::string& path) {
298
close();
299
p_->path_ = path;
300
}
301
302
size_t FileIo::write(const byte* data, size_t wcount) {
303
if (p_->switchMode(Impl::opWrite) != 0)
Callers
1
TEST
Function · 0.80
Calls
1
close
Function · 0.85
Tested by
1
TEST
Function · 0.64