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

Method Loader

src/preview.cpp:341–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341Loader::Loader(PreviewId id, const Image& image) : id_(id), image_(image) {
342}
343
344PreviewProperties Loader::getProperties() const {
345 return {"", "", size_, width_, height_, id_};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected