()
| 91 | } |
| 92 | |
| 93 | function readRuntimeFlags(): RuntimeFlags { |
| 94 | return { |
| 95 | keyringUnavailableForTesting: process.env[KEYRING_UNAVAILABLE_ENV] === '1', |
| 96 | }; |
| 97 | } |
| 98 | |
| 99 | function resolveCliAuthConfig( |
| 100 | dir: string, |
no outgoing calls
no test coverage detected