Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ isNone
Method
isNone
src/basicio.cpp:630–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
}
629
630
[[nodiscard]] bool isNone() const {
631
return type_ == bNone;
632
}
633
634
[[nodiscard]] bool isKnown() const {
635
return type_ == bKnown;
Callers
2
populateBlocks
Method · 0.80
populateFakeData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected