| 1018 | |
| 1019 | |
| 1020 | void Engine::removeCable(Cable* cable) { |
| 1021 | std::lock_guard<SharedMutex> lock(internal->mutex); |
| 1022 | removeCable_NoLock(cable); |
| 1023 | } |
| 1024 | |
| 1025 | |
| 1026 | void Engine::removeCable_NoLock(Cable* cable) { |
no outgoing calls
no test coverage detected