MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / processOptions

Method processOptions

tools/ktx/command_info.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CommandInfo::processOptions(cxxopts::Options& opts, cxxopts::ParseResult& args) {
108 options.process(opts, args, *this);
109}
110
111void CommandInfo::executeInfo() {
112 InputStream inputStream(options.inputFilepath, *this);

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected