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

Function typeValid

src/image.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static bool typeValid(uint16_t type) {
291 return type >= 1 && type <= 13;
292}
293
294static std::set<size_t> visits; // #547
295

Callers 1

printIFDStructureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected