Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
std::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
VerifyFound
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected