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

Function fileSecretsPlugin

packages/plugins/file-secrets/src/promise.ts:14–17  ·  view source on GitHub ↗
(
  config?: FileSecretsPluginConfig,
)

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 fileSecretsPlugin = (
15 config?: FileSecretsPluginConfig,
16): Plugin<"fileSecrets", FileSecretsExtension, Record<string, never>> =>
17 fileSecretsPluginEffect(config);

Callers 7

index.test.tsFile · 0.85
pluginsFunction · 0.85
executor.config.tsFile · 0.85
startHarnessFunction · 0.85
startHarnessFunction · 0.85
bootRealStackFunction · 0.85
main.tsFile · 0.85

Calls

no outgoing calls

Tested by 4

pluginsFunction · 0.68
startHarnessFunction · 0.68
startHarnessFunction · 0.68
bootRealStackFunction · 0.68