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

Method specFile

cli/src/options.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207bool Options::specFile(std::string &out) const {
208 if (!vm.count("file")) {
209 return false;
210 }
211 out = vm["file"].as<std::string>();
212 return true;
213}
214
215bool Options::outputJSONFile(std::string &out) const {
216 if (!vm.count("json")) {

Callers 1

startMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected