| 42 | int pciFunction = 0; |
| 43 | |
| 44 | PhysicalDevice(DeviceType type, int score) : type(type), score(score) {} |
| 45 | |
| 46 | virtual int getInt(const std::string& name) const; |
| 47 | virtual const char* getString(const std::string& name) const; |
nothing calls this directly
no outgoing calls
no test coverage detected