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

Function createLoaderNative

src/preview.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366Loader::UniquePtr createLoaderNative(PreviewId id, const Image& image, int parIdx) {
367 return std::make_unique<LoaderNative>(id, image, parIdx);
368}
369
370PreviewProperties LoaderNative::getProperties() const {
371 PreviewProperties prop = Loader::getProperties();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected