| 138 | } |
| 139 | |
| 140 | bool Image::isStringType(uint16_t type) { |
| 141 | return type == Exiv2::asciiString || type == Exiv2::unsignedByte || type == Exiv2::signedByte || |
| 142 | type == Exiv2::undefined; |
| 143 | } |
| 144 | bool Image::isShortType(uint16_t type) { |
| 145 | return type == Exiv2::unsignedShort || type == Exiv2::signedShort; |
| 146 | } |
nothing calls this directly
no outgoing calls
no test coverage detected