Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compareHeader
Method · 0.80
compareLevelIndex
Method · 0.80
compareDFD
Method · 0.80
compareKVD
Method · 0.80
compareSGD
Method · 0.80
compareImagesRaw
Method · 0.80
compareImagesPerPixel
Method · 0.80
v
Function · 0.80
Vo
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected