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

Method code

src/value.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278const char* CommentValue::CharsetInfo::code(CharsetId charsetId) {
279 return charsetTable_[charsetId < lastCharsetId ? charsetId : undefined].code_;
280}
281
282CommentValue::CharsetId CommentValue::CharsetInfo::charsetIdByName(const std::string& name) {
283 int i = 0;

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36