Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
void 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
process
Method · 0.45
Tested by
no test coverage detected