()
| 106 | } |
| 107 | } |
| 108 | function getOauthAccountInfo(): ReturnType< |
| 109 | typeof authModule.getOauthAccountInfo |
| 110 | > { |
| 111 | try { |
| 112 | return authModule.getOauthAccountInfo() |
| 113 | } catch { |
| 114 | return undefined |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Runtime check for the env-less (v2) REPL bridge path. |
no outgoing calls
no test coverage detected