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

Function commandId

app/exiv2.cpp:1449–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447} // parseLine
1448
1449CmdId commandId(const std::string& cmdString) {
1450 if (auto it = Exiv2::find(cmdIdAndString, cmdString))
1451 return it->cmdId_;
1452 return CmdId::invalid;
1453}
1454
1455std::string parseEscapes(const std::string& input) {
1456 std::string result;

Callers 1

parseLineFunction · 0.85

Calls 1

findFunction · 0.50

Tested by

no test coverage detected