Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ error
Method
error
src/basicio.cpp:546–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
}
545
546
int FileIo::error() const {
547
return p_->fp_ ? ferror(p_->fp_) : 0;
548
}
549
550
bool FileIo::eof() const {
551
return std::feof(p_->fp_) != 0;
Callers
15
main
Function · 0.45
TEST
Function · 0.45
readMetadata
Method · 0.45
isQTimeType
Function · 0.45
isEpsType
Function · 0.45
readMetadata
Method · 0.45
isCr2Type
Function · 0.45
printStructure
Method · 0.45
readMetadata
Method · 0.45
isOrfType
Function · 0.45
printStructure
Method · 0.45
readChunk
Function · 0.45
Calls
no outgoing calls
Tested by
2
main
Function · 0.36
TEST
Function · 0.36