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

Method setContext

tools/ktx/command_compare.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 void setContext(std::string&& ctx) {
544 context.clear();
545 context.emplace_back(std::move(ctx));
546 }
547
548 void addContext(std::string&& ctx) {
549 context.emplace_back(std::move(ctx));

Callers 9

compareHeaderMethod · 0.80
compareLevelIndexMethod · 0.80
compareDFDMethod · 0.80
compareKVDMethod · 0.80
compareSGDMethod · 0.80
compareImagesRawMethod · 0.80
compareImagesPerPixelMethod · 0.80
vFunction · 0.80
VoFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected