Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ initOptions
Method
initOptions
tools/ktx/command_info.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void CommandInfo::initOptions(cxxopts::Options& opts) {
104
options.init(opts);
105
}
106
107
void CommandInfo::processOptions(cxxopts::Options& opts, cxxopts::ParseResult& args) {
108
options.process(opts, args, *this);
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected