MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / isString

Method isString

src/librawspeed/tiff/TiffEntry.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool __attribute__((pure)) TiffEntry::isString() const {
106 return type == TIFF_ASCII;
107}
108
109bool __attribute__((pure)) TiffEntry::isFloat() const {
110 switch (type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected