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

Method isDifferent

tools/ktx/command_compare.cpp:1864–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862 }
1863
1864 virtual bool isDifferent(const KVEntry& other) const {
1865 return valueLen != other.valueLen || memcmp(value, other.value, valueLen) != 0;
1866 }
1867
1868 template <typename T>
1869 T extract(std::size_t offset = 0) const {

Callers 3

DiffComplexMethod · 0.45
operator<<Method · 0.45
executeCompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected