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

Method inputFilesEnd

cli/src/options.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247const std::vector<std::string>::const_iterator
248Options::inputFilesEnd(void) const {
249 static std::vector<std::string> empty_vector(0);
250 return (vm.count("files") ? vm["files"].as<std::vector<std::string>>().end()
251 : empty_vector.end());
252}
253} // namespace apngasm_cli

Callers 1

assembleMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected