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

Method hasValue

tools/ktx/command_compare.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 bool hasValue(std::size_t index) const {
60 return values[index].has_value();
61 }
62
63 virtual std::string value(std::size_t index, OutputFormat format) const = 0;
64

Callers 1

operator<<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected