| 2336 | } |
| 2337 | |
| 2338 | bool Engine::basisRestorationNeeded() const |
| 2339 | { |
| 2340 | return _basisRestorationRequired == Engine::STRONG_RESTORATION_NEEDED || |
| 2341 | _basisRestorationRequired == Engine::WEAK_RESTORATION_NEEDED; |
| 2342 | } |
| 2343 | |
| 2344 | const Statistics *Engine::getStatistics() const |
| 2345 | { |
nothing calls this directly
no outgoing calls
no test coverage detected