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

Function errnoMessage

tests/ktxdiff/ktxdiff_main.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134[[nodiscard]] inline std::string errnoMessage() {
135 return std::make_error_code(static_cast<std::errc>(errno)).message();
136}
137
138struct Texture {
139 std::string filepath;

Callers 1

loadFileMethod · 0.70

Calls 1

messageMethod · 0.80

Tested by

no test coverage detected