()
| 16 | } |
| 17 | |
| 18 | function getGoogleAccountsCachePath(): string { |
| 19 | return path.join(os.homedir(), ANUS_DIR, GOOGLE_ACCOUNTS_FILENAME); |
| 20 | } |
| 21 | |
| 22 | async function readAccounts(filePath: string): Promise<UserAccounts> { |
| 23 | try { |
no outgoing calls
no test coverage detected