(s)
| 462 | return s_0.replBridgeConnectUrl; |
| 463 | } |
| 464 | function _temp4(s) { |
| 465 | return s.replBridgeSessionUrl; |
| 466 | } |
| 467 | async function checkBridgePrerequisites(): Promise<string | null> { |
| 468 | // Check organization policy — remote control may be disabled |
| 469 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected