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

Method outputJSONFile

cli/src/options.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool Options::outputJSONFile(std::string &out) const {
216 if (!vm.count("json")) {
217 return false;
218 }
219 out = vm["json"].as<std::string>();
220 return true;
221}
222
223bool Options::outputXMLFile(std::string &out) const {
224 if (!vm.count("xml")) {

Callers 1

disassembleMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected