| 13 | UURLabBridgeServer::UURLabBridgeServer() = default; |
| 14 | |
| 15 | void UURLabBridgeServer::BeginDestroy() |
| 16 | { |
| 17 | Stop(); |
| 18 | Super::BeginDestroy(); |
| 19 | } |
| 20 | |
| 21 | void UURLabBridgeServer::Start(const FString& StepEndpoint) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected