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

Method processOptions

tools/ktx/command_patch.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void CommandPatch::processOptions(cxxopts::Options& opts, cxxopts::ParseResult& args) {
169 options.process(opts, args, *this);
170}
171
172// This way of patching has the following advantages:
173//

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected