| 516 | bool ProcessorClient::supportsDoublePrecisionProcessing() { return m_supportsDoublePrecision; } |
| 517 | |
| 518 | bool ProcessorClient::isSuspended() { return m_suspended; } |
| 519 | |
| 520 | double ProcessorClient::getTailLengthSeconds() { return m_tailSeconds; } |
| 521 |
nothing calls this directly
no outgoing calls
no test coverage detected