Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void CommandInfo::processOptions(cxxopts::Options& opts, cxxopts::ParseResult& args) {
108
options.process(opts, args, *this);
109
}
110
111
void CommandInfo::executeInfo() {
112
InputStream inputStream(options.inputFilepath, *this);
Callers
nothing calls this directly
Calls
1
process
Method · 0.45
Tested by
no test coverage detected