(s)
| 132 | logForDebugging("QR code generation failed", e); |
| 133 | } |
| 134 | function _temp(s) { |
| 135 | return s.remoteSessionUrl; |
| 136 | } |
| 137 | export const call: LocalJSXCommandCall = async onDone => { |
| 138 | return <SessionInfo onDone={onDone} />; |
| 139 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected