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

Method hasText

tools/ktx/command_compare.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 bool hasText(std::size_t index) const {
450 return texts[index].has_value();
451 }
452
453 const std::string& text(std::size_t index) const {
454 return *texts[index];

Callers 1

operator<<Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected