Live PIE manager when one is registered, nullptr otherwise. */
| 66 | |
| 67 | /** Live PIE manager when one is registered, nullptr otherwise. */ |
| 68 | AAMjManager* GetActiveManager() const { return ActiveManager.Get(); } |
| 69 | |
| 70 | /** Bridge-owned RPC transports. Exposed for tests; production code |
| 71 | * doesn't need to inspect these directly. */ |
nothing calls this directly
no outgoing calls
no test coverage detected