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

Method keyTag

app/actions.cpp:433–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool Print::keyTag(const std::string& key) {
434 bool result = Params::instance().keys_.empty();
435 for (const auto& k : Params::instance().keys_) {
436 if (result)
437 break;
438 result = key == k;
439 }
440 return result;
441}
442
443static void binaryOutput(const std::ostringstream& os) {
444 std::cout << os.str();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected