MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Print

Method Print

tests/framework/error_monitor.cpp:411–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411std::string ErrorMonitor::VuidAndMessage::Print() const {
412 std::string str(vuid);
413 if (!str.empty()) {
414 str += ' ';
415 }
416 str += msg_string;
417
418 return str;
419}

Callers 1

VerifyFoundMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected