Dispatcher when running, nullptr otherwise. */
| 53 | |
| 54 | /** Dispatcher when running, nullptr otherwise. */ |
| 55 | FURLabRpcDispatcher* GetDispatcher() const { return Dispatcher.Get(); } |
| 56 | |
| 57 | /** True when AAMjManager owns this server (cooked path, or editor |
| 58 | * without subsystem auto-start). EndPlay tears it down only when so. */ |
nothing calls this directly
no outgoing calls
no test coverage detected