()
| 38 | /** The live RPC client (for the WS notification socket's endpoint discovery). |
| 39 | * Null before init / after close. */ |
| 40 | export function getRpcClient(): MagicContextRpcClient | null { |
| 41 | return rpcClient; |
| 42 | } |
| 43 | |
| 44 | /** Clean up the RPC client. */ |
| 45 | export function closeRpc(): void { |
no outgoing calls
no test coverage detected