| 103 | } |
| 104 | |
| 105 | bool __attribute__((pure)) TiffEntry::isString() const { |
| 106 | return type == TIFF_ASCII; |
| 107 | } |
| 108 | |
| 109 | bool __attribute__((pure)) TiffEntry::isFloat() const { |
| 110 | switch (type) { |
nothing calls this directly
no outgoing calls
no test coverage detected