Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
static bool typeValid(uint16_t type) {
291
return type >= 1 && type <= 13;
292
}
293
294
static std::set<size_t> visits; // #547
295
Callers
1
printIFDStructure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected