MCPcopy 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
103void CommandInfo::initOptions(cxxopts::Options& opts) {
104 options.init(opts);
105}
106
107void CommandInfo::processOptions(cxxopts::Options& opts, cxxopts::ParseResult& args) {
108 options.process(opts, args, *this);

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected