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

Method create

app/actions.cpp:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167Task::UniquePtr TaskFactory::create(TaskType type) {
168 auto i = registry_.find(type);
169 if (i != registry_.end() && i->second) {
170 return i->second->clone();
171 }
172 return nullptr;
173}
174
175static int setModeAndPrintStructure(Exiv2::PrintStructureOption option, const std::string& path, bool binary) {
176 int result = 0;

Callers 1

mainFunction · 0.45

Calls 2

endMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected