| 225 | std::string DisplayDescriptor::getVendor() const { return m_vendor; } |
| 226 | |
| 227 | std::string DisplayDescriptor::getModel() const { return m_model; } |
| 228 | |
| 229 | std::string DisplayDescriptor::getVersion() const { return m_version; } |
| 230 |
nothing calls this directly
no outgoing calls
no test coverage detected