| 369 | } |
| 370 | |
| 371 | float _SimulationFacadeImpl::getTps() const |
| 372 | { |
| 373 | return _worker.getTps(); |
| 374 | } |
| 375 | |
| 376 | void _SimulationFacadeImpl::testOnly_mutate(uint64_t cellId, MutationType mutationType) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected