MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / serviceFor

Function serviceFor

packages/plugins/onepassword/src/sdk/plugin.ts:570–570  ·  view source on GitHub ↗
(account)

Source from the content-addressed store, hash-verified

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(

Callers 3

resolveConfiguredRefFunction · 0.70
makeProviderFunction · 0.70
accountStatusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected