MCPcopy Create free account
hub / github.com/apngasm/apngasm / outputXMLFile

Method outputXMLFile

cli/src/options.cpp:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool Options::outputXMLFile(std::string &out) const {
224 if (!vm.count("xml")) {
225 return false;
226 }
227 out = vm["xml"].as<std::string>();
228 return true;
229}
230
231const std::vector<std::string>::const_iterator
232Options::inputFilesBegin(void) const {

Callers 1

disassembleMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected