()
| 32 | } |
| 33 | |
| 34 | export function getRpcGeneration(): number { |
| 35 | return rpcGeneration; |
| 36 | } |
| 37 | |
| 38 | /** The live RPC client (for the WS notification socket's endpoint discovery). |
| 39 | * Null before init / after close. */ |
no outgoing calls
no test coverage detected