Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ open
Method
open
src/basicio.cpp:490–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
int FileIo::open() {
491
// Default open is in read-only binary mode
492
return open(
"rb"
);
493
}
494
495
int FileIo::open(const std::string& mode) {
496
close();
Callers
3
transfer
Method · 0.45
readFile
Function · 0.45
writeFile
Function · 0.45
Calls
7
close
Function · 0.85
path
Function · 0.85
Error
Function · 0.85
c_str
Method · 0.80
getFileLength
Method · 0.80
getDataByRange
Method · 0.80
populate
Method · 0.80
Tested by
no test coverage detected