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

Function providersList

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

Source from the content-addressed store, hash-verified

3311 // ------------------------------------------------------------------
3312
3313 const providersList = (): Effect.Effect<readonly ProviderKey[]> =>
3314 Effect.sync(() => credentialProviderOrder.map((key) => ProviderKey.make(key)));
3315
3316 const providersItems = (
3317 key: ProviderKey,

Callers 1

createExecutorFunction · 0.85

Calls 1

syncMethod · 0.65

Tested by

no test coverage detected