(account)
| 568 | serviceForAuth: (auth: OnePasswordAuth) => Effect.Effect<OnePasswordService, OnePasswordError>, |
| 569 | ) => { |
| 570 | const serviceFor: ServiceForAccount = (account) => serviceForAuth(account.auth); |
| 571 | |
| 572 | const accountStatus = (account: OnePasswordAccount): Effect.Effect<AccountStatus, never> => |
| 573 | serviceFor(account).pipe( |
no outgoing calls
no test coverage detected