| 162 | } |
| 163 | |
| 164 | PersistentState InstanceImpl::getPersistentState() { |
| 165 | return PersistentState{}; // we dont't have such information |
| 166 | } |
| 167 | |
| 168 | void InstanceImpl::stop(std::function<void(FinalState)> completion) { |
| 169 | RTC_LOG(LS_INFO) << "Stopping InstanceImpl"; |
nothing calls this directly
no outgoing calls
no test coverage detected