Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ isKnown
Method
isKnown
src/basicio.cpp:634–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
[[nodiscard]] bool isKnown() const {
635
return type_ == bKnown;
636
}
637
638
[[nodiscard]] byte* getData() const {
639
return data_;
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected