MCPcopy 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

populateBlocksMethod · 0.80
populateFakeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected