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

Method dataSetType

src/datasets.cpp:402–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402TypeId IptcDataSets::dataSetType(uint16_t number, uint16_t recordId) {
403 int idx = dataSetIdx(number, recordId);
404 if (idx == -1)
405 return unknownDataSet.type_;
406 return records_[recordId][idx].type_;
407}
408
409std::string IptcDataSets::dataSetName(uint16_t number, uint16_t recordId) {
410 if (int idx = dataSetIdx(number, recordId); idx != -1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected