Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ beginJsonSection
Method
beginJsonSection
tools/ktx/command_compare.cpp:527–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
void beginJsonSection(std::string&& section) {
528
jsonSection = section;
529
jsonSectionEmpty = true;
530
}
531
532
void endJsonSection() {
533
if (jsonSection.has_value()) {
Callers
1
executeCompare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected