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

Method value

tools/ktx/command_compare.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 : DiffBase<T>(textHeaderIn, jsonPathIn, value1, value2) {}
84
85 virtual std::string value(std::size_t index, OutputFormat) const override {
86 return fmt::format("{}", DiffBase<T>::rawValue(index));
87 }
88};
89
90struct DiffIdentifier : public DiffBase<std::array<uint8_t, sizeof(KTX_header2::identifier)>> {

Callers 12

transcodeFunction · 0.45
processMethod · 0.45
operator<<Method · 0.45
calculateExpectedDFDMethod · 0.45
processMethod · 0.45
executeCreateMethod · 0.45
determineSourceOriginMethod · 0.45
determineTargetOriginMethod · 0.45
EMSCRIPTEN_BINDINGSFunction · 0.45
EMSCRIPTEN_BINDINGSFunction · 0.45

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected