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

Function keychainPlugin

packages/plugins/keychain/src/promise.ts:14–16  ·  view source on GitHub ↗
(
  config?: KeychainPluginConfig,
)

Source from the content-addressed store, hash-verified

12// `import("@executor-js/sdk").Plugin` rather than the Promise-surface
13// root specifier (which doesn't re-export Plugin).
14export const keychainPlugin = (
15 config?: KeychainPluginConfig,
16): Plugin<"keychain", KeychainExtension, Record<string, never>> => keychainPluginEffect(config);

Callers 3

index.test.tsFile · 0.85
executor.config.tsFile · 0.85
main.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected