| 514 | } |
| 515 | |
| 516 | bool ProcessorClient::supportsDoublePrecisionProcessing() { return m_supportsDoublePrecision; } |
| 517 | |
| 518 | bool ProcessorClient::isSuspended() { return m_suspended; } |
| 519 |
nothing calls this directly
no outgoing calls
no test coverage detected