| 40 | * Used by `ResolveDispatcher` to find the live dispatcher. */ |
| 41 | void SetOwningBridge(UURLabBridgeServer* Bridge); |
| 42 | UURLabBridgeServer* GetOwningBridge() const { return OwningBridge.Get(); } |
| 43 | |
| 44 | /** Bind sockets / mmap regions / start the worker thread. Returns |
| 45 | * false on failure (port collision, SHM open failure). The bridge |
nothing calls this directly
no outgoing calls
no test coverage detected