| 103 | } |
| 104 | |
| 105 | DataDescription _SimulationFacadeImpl::getInspectedSimulationData(std::vector<uint64_t> objectIds) |
| 106 | { |
| 107 | return _worker.getInspectedSimulationData(objectIds); |
| 108 | } |
| 109 | |
| 110 | void _SimulationFacadeImpl::addAndSelectSimulationData(DataDescription const& dataToAdd) |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected