MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / valid

Method valid

src/preview.cpp:65–67  ·  view source on GitHub ↗

Check if a preview image with given params exists in the image

Source from the content-addressed store, hash-verified

63
64 //! Check if a preview image with given params exists in the image
65 [[nodiscard]] virtual bool valid() const {
66 return valid_;
67 }
68
69 //! Get properties of a preview image with given params
70 [[nodiscard]] virtual PreviewProperties getProperties() const;

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected