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

Function keychainBaseServiceName

apps/local/src/db/v1-v2-migration.ts:663–664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

661};
662
663const keychainBaseServiceName = (): string =>
664 process.env.EXECUTOR_KEYCHAIN_SERVICE_NAME?.trim() || "executor";
665
666const providerGet = async (
667 provider: string,

Callers 5

providerGetFunction · 0.85
cleanupKeychainBackupsFunction · 0.85
writeMigratedSecretsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected