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

Method process

tools/ktx/command_patch.cpp:154–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void CommandPatch::Options::process(cxxopts::Options&,
155 cxxopts::ParseResult& args,
156 Reporter& report) {
157 verbose = args[kVerbose].as<bool>();
158#if SUPPORTLIBKTX_OPTION
159 changeWriter = args[kChangeWriter].as<bool>();
160#endif
161 operation = parseOperation(args, report);
162}
163
164void CommandPatch::initOptions(cxxopts::Options& opts) {
165 options.init(opts);

Callers 3

processOptionsMethod · 0.45
processOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected