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

Function providersList

packages/core/sdk/src/executor.ts:3112–3113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3110 // ------------------------------------------------------------------
3111
3112 const providersList = (): Effect.Effect<readonly ProviderKey[]> =>
3113 Effect.sync(() => credentialProviderOrder.map((key) => ProviderKey.make(key)));
3114
3115 const providersItems = (
3116 key: ProviderKey,

Callers 1

createExecutorFunction · 0.85

Calls 1

syncMethod · 0.80

Tested by

no test coverage detected