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

Function getKeyString

src/nikonmn_int.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static std::string getKeyString(const std::string& key, const ExifData* metadata) {
164 std::string result;
165 if (metadata->findKey(ExifKey(key)) != metadata->end()) {
166 result = metadata->findKey(ExifKey(key))->toString();
167 }
168 return result;
169}
170
171std::ostream& Nikon1MakerNote::printBarValue(std::ostream& os, const Value& value, const ExifData* exifData) {
172 if (!exifData)

Callers 1

nikonmn_int.cppFile · 0.70

Calls 4

ExifKeyClass · 0.85
findKeyMethod · 0.45
endMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected