MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / checkReportPresent

Method checkReportPresent

vulkanDatabase.cpp:125–129  ·  view source on GitHub ↗

Checks if the report is present in the online database

Source from the content-addressed store, hash-verified

123
124/// Checks if the report is present in the online database
125bool VulkanDatabase::checkReportPresent(VulkanDeviceInfo device, int& reportId)
126{
127 reportId = getReportId(device);
128 return (reportId > -1) ? true : false;
129}
130
131bool VulkanDatabase::uploadReport(QJsonObject json, QString& message)
132{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected